Merge "Install vimrc.local into /etc/vim"
This commit is contained in:
commit
efaebde07f
@ -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/
|
||||
|
6
base-files-config/source/vimrc.local
Normal file
6
base-files-config/source/vimrc.local
Normal file
@ -0,0 +1,6 @@
|
||||
let g:skip_defaults_vim = 1
|
||||
|
||||
set nocompatible
|
||||
if has("mouse")
|
||||
set mouse=
|
||||
endif
|
Loading…
x
Reference in New Issue
Block a user