Last update : 21/6/2022
- First make sure you have installed NVIM by running
winget install Neovim.Neovim
- Run
nvim
on your terminal, execute the command:echo stdpath('config')
(to getNVIM
's configuration path & then exit) - if there's no
nvim
folder inside the ^.config
path, create one - Clone the repository into the nvim folder.
- (Optional) create a user profile under that path
- Install Nerdfonts
- and you are done.
Very briefly and not that well (but nvm for now) documented\explained
if aerial.nvim
fail to get updated when PackerSync
, go to %AppData%\..\Local\nvim-data\site\pack\packer\opt\
delete aerial.nvim
folder and then open a terminal at the ...\opt\
directory and git clone https://github.com/stevearc/aerial.nvim
manually