neovim: added configs creating Vim compatibility

This commit is contained in:
Thomas Kolb 2020-04-15 17:21:13 +02:00
parent b6a416cfae
commit 641feaaf4a
2 changed files with 13 additions and 0 deletions

9
neovim/ginit.vim Normal file
View 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
View File

@ -0,0 +1,4 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source /etc/vimrc.local
source ~/.vimrc