separate vim config from nvim config again and simplify it

Separating vim's config from neovim's config simplifies the deployment
of lua for neovim's configuration. At the same time, clean up current
neovim config by removing all outdated options and options with equal or
even better defaults. Furthermore, the 'old' vim configuration should be
kept as-is to ensure compability with older systems if needed.
This commit is contained in:
Thomas Preisner 2022-09-25 01:09:48 +02:00
parent 0819e4e95b
commit 07be5a4e7a
6 changed files with 328 additions and 36 deletions

6
vimrc
View file

@ -1,4 +1,2 @@
" use existing nvim configuration for vim
set runtimepath^=~/.config/nvim runtimepath+=~/.config/nvim/after
let &packpath = &runtimepath
source ~/.config/nvim/init.vim
source $HOME/.vim/general.vim
source $HOME/.vim/keybindings.vim