Convert your Neovim an IDE.
This es an secuence de config and plugins that do easy use to Neovim, with shortcuts simples and modifiable.
clone repository:
git clone https://github.com/Cris-lml007/NeoPlus.git && mv ./NeoPlus/* ~/.config/nvim/ && cd ~/.config/nvim/ && nvim -u setup/init.lua
space
key leaderq
exitQ
exit without saveCtrl
+s
saveCtrl
+a
save and exitleader
+ñ
open neo-tree
review the file of mapping for learn more. (~/.config/nvim/lua/config/keymap.lua).