- packer.nvim
- kanagawa
- nerdcommenter
- lualine.nvim
- nvim-web-devicons
- nvim-tree.lua
- telescope.nvim
nvim-telescope/telescope.nvim- It requieres
nvim-lua/plenary.nvim
- It requieres
- nvim-autopairs
- lspsaga.nvim
- lspkind-nvim
- completion-nvim
- nvim-cmp
hrsh7th/nvim-cmp- It requires
quangnguyen30192/cmp-nvim-tags
- It requires
- symbols-outline.nvim
- cmp-nvim-lsp
- nvim-lspconfig
- nvim-colorizer.lua
- nvim-treesitter
- bufferline.nvim
akinsho/bufferline.nvim- It requires
kyazdani42/nvim-web-devicons
- It requires
- indent-blankline.nvim
- goolord/alpha-nvim
- markdown-preview.nvim
- impatient.nvim
- filetype.nvim
- wildermenu.nvim
- LuaSnip
leader key is the space barControl + h, j, k or lwill serve as the movement keys for splits in normal mode.TABwill move you to the next tab.Shift + TABwill move you to the previous tab.Control + swill save your current buffer.Control + qwill save and quit your vim sesion.Control + xwill close the current buffer you are in but will not save your work.,,will bring a terminal at the bottom of the screen.- The terminal will be resized at just 20 for better screen space management.
- This is usefull for C, C++ & Rust programing.
leader + pwill bring a BIG terminal window within the nvim instance.- This is usefull if you want to see most of the compilation errors/warnings more easily.
Control + vwill vertically split the window.Shift + hwill horizontally split the window.Shift + kwill bring a help menu in whatever happens you are positioned.
