https://github.com/neovim/neovim/wiki/Installing-Neovim
pip install pynvim
nodejs
## File nvim/init.vim
change all ~/.config to ~/AppData/Local
# For ex
change 'source ~/.config/nvim/general/settings.vim'
to 'source ~/AppData/Local/nvim/general/settings.vim'
## File nvim/vim-plug/plugins.vim
change 'call plug#begin('~/.config/nvim/autoload/plugged')'
to 'call plug#begin('~/AppData/Local/nvim/autoload/plugged')'
# Open Neovim
nvim
# Install all of your plugins (restart neovim after this step)
:PlugInstall
# Install coc extensions as you like
:CocInstall coc-clangd coc-json coc-java coc-cmake coc-python
gr (codefix)
gd (go to definition)
gr (rename symbol)
gf (format current file)
K (for documentation)
alt + hjkl to resize window.
ctrl + hjkl for window navigation.
ctrl + n to redraw status bar.
jk and kj for "ESC"
space (leader key).
Gruvbox
Startify
Nerdtree
Airline
Auto Pairs
Cpp Highlight
Signify
Unimpaired
Which Key
Devicons
COC