Merge "Install vimrc.local into /etc/vim"

This commit is contained in:
Zuul 2022-12-06 16:13:34 +00:00 committed by Gerrit Code Review
commit efaebde07f
2 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,4 @@ custom.sh /etc/profile.d/
motd /usr/share/starlingx/base-files
profile /usr/share/starlingx/base-files
prompt.sh /etc/profile.d/
vimrc.local /etc/vim/

View File

@ -0,0 +1,6 @@
let g:skip_defaults_vim = 1
set nocompatible
if has("mouse")
set mouse=
endif