nvim lua configuration
1.- Go to your path where you can see the nvim folder. In my case, in windows is : ~/AppData/Local
2.- Open CMD here.
3.- Run: mv nvim old_nvim
4.- Now clone this repo with : git clone https://github.com/sergioeval/nvim.git
5.- Open any file with neovim and run the command -> :PackerSync
