-
Back up your config (~/.config/nvim)
-
Clone config into yours
rm -rf ~/.config/nvim
git clone https://github.com/korytiak/nvimconfig.git ~/.config/nvim
-
Install language servers you need: https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
-
Run nvim and explore/extend mappings according to your needs in remap.lua to be able to navigate with ease
-
For tmux vim style remap run:
cat tmux-vim.sh >> ~/.zshrc
source ~/.zshrc