This configuration is made especially for people who are entering the world of neovim, so that they can adapt faster.
Requeriments:
- Python
- Vim Plug
- Node.js
- Git
Installation:
-
Install Vim Plug in your terminal.
-
When you already installed Vim Plug, you need to clone this repository in this root
- MacOS and Linux:
cd $HOME/.config/nvim - Windows
cd "$env:LOCALAPPDATA\nvim"
Then you need to run this in your terminal:
git clone https://github.com/XtraSavx/nvim.git
- Finnaly enter to neovim with
nvimcommand and do:PlugInstall
To install a language server for autcompletion you need to run this command: :CocInstall <language server>,
you can check the available language servers here
