neovim: added configs creating Vim compatibility
This commit is contained in:
parent
b6a416cfae
commit
641feaaf4a
9
neovim/ginit.vim
Normal file
9
neovim/ginit.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
colorscheme evening
|
||||
|
||||
highlight CursorLine guibg=#222222
|
||||
highlight NonText guifg=#808080 guibg=none
|
||||
highlight IncSearch guifg=#000000 guibg=#c0c040
|
||||
|
||||
set guifont=droid\ sans\ mono:h11
|
||||
set guioptions-=T
|
||||
|
4
neovim/init.vim
Normal file
4
neovim/init.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
let &packpath = &runtimepath
|
||||
source /etc/vimrc.local
|
||||
source ~/.vimrc
|
Loading…
Reference in a new issue