My nvim config, including coc.nvim ..., just like vscode.
git clone https://github.com/Jerling/nvim ~/.config/nvim
cd ~/.config/nvim
makecheck scipts/install_deps
If wrong, should install by yourself, it just only test on Arch
This config base on naive pack feature, including three parts:
- pack manager: I use minpack, if you want to change another. Just modify the
core/pack/pack_manager.vimfile. - pack control: Defaultly, all plugin install in opt, some we can choice which should be load when startup. Just modify
*_ctl.vimfiles. - pack config: Some basic config for plugin, but if it not loaded at startup, it maybe invalid. Just modify
*._conf.vimfiles. - keymaps : All pack's keymap, and base on vim-which-key,which can show keymaps. But you can turn off it. Just modify
*_key*.vimfiles.
You can also use you personal config, example: https://github.com/Jerling/nvim.d
Recommend use Thinkvim. These config only for my self, maybe update very slowly ....