- Use the latest version of NVIM
- Clone this repo into
~/.config/nvim
: or%localappdata%\local\nvim
on windows
For linux:
git clone https://github.com/yoyozbi/config ~/.config/nvim
For Windows:
git clone https://github.com/yoyozbi/config $env:LOCALAPPDATA\nvim
- When you first enter
nvim
, all plugins will be installed automatically and you should be ready to go - You are ready to go !
You can use which-key to view your keys by pressing
for leader key commands or :WhichKey
for the others