Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1022 Bytes

note3.md

File metadata and controls

17 lines (10 loc) · 1022 Bytes

Last update : 21/6/2022

  1. First make sure you have installed NVIM by running winget install Neovim.Neovim
  2. Run nvim on your terminal, execute the command :echo stdpath('config') (to get NVIM's configuration path & then exit)
  3. if there's no nvim folder inside the ^.config path, create one
  4. Clone the repository into the nvim folder.
  5. (Optional) create a user profile under that path
  6. Install Nerdfonts
  7. 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