bharatvaj / dotfiles

Cross platform dotfiles for linux, mac and windows
0 stars 0 forks source link

Have seperate configurations for vim and neovim #26

Closed bharatvaj closed 2 years ago

bharatvaj commented 2 years ago

Neovim seems to be a different beast when compared with vim, having the same config file seems to limit both of them.

Vim

Remove packages from vimrc and move them to .local/share/vim/pack utilizing vim-8 packages.

Essential packages are sourced by default. Heavy packages are added but require explicit sourcing at runtime.

Add .config/vim/hyper.vim

Quit keybindings is now mapped to :qq instead of :q because I keep hitting it accidentally.

Neovim

Remove init.vim Add init.lua! Add useful keybindings in init.lua