OS: Linux (WSL2)
- Clone this repo into your
~/.config
directory. - Install Neovim >= v0.5.0
sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install neovim
- Install VSCode-Neovim extension
- Because of we use WSL2, we need to specify the
neovimExecutablePaths
,useWSL : true
and theneovimInitVimPaths
in your vscode settings.json{ "vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim", "vscode-neovim.useWSL": true, "vscode-neovim.neovimInitVimPaths.linux": "~/.config/nvim/init.vim" }
- Install which-key vscode extension and copy the which-key extension settings from
setting.json
file into you vscode settings. - You also need to copy the
keybindings.json
file into your vscode settings (vscodekeybindings.json
).