Convert your Neovim an IDE.
This es an secuence de config and plugins that do easy use to Neovim, with shortcuts simples and modifiable.
- Neovim 0.7.2 or 0.8
- g++
- nodejs
- COC
- Neo-Tree
- Lualine
- Bufferline
- Vim-Floaterm
- Telescope
- Nvim-Treesitter
- Plenary.nvim
- Indent-blankline
- Tagbar
- more
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).