-
Notifications
You must be signed in to change notification settings - Fork 52
Plugins Included
Neil Sabde edited this page Jan 22, 2022
·
9 revisions
These are the plugins that are available in VapourNvim:
- Visual Plugins
- nvim-colorizer.lua Highlighting colors in the buffer
- staline.nvim Super fast and lightweight status line and buffer line
- dashboard-nvim Start screen for neovim
- indent-blankline.nvim Indent guides in neovim
- zen-mode.nvim Remove distracting UI elements in neovim
- twilight.nvim Focus on current piece of code
- gitsigns.nvim Shows hunks in the signcolumn for git changes in the file
- Treesitter Plugins
- nvim-treesitter Syntax highlighting
- nvim-ts-rainbow Bracket pair colorizer for neovim
- nvim-ts-autotag Autoclose html tags
- Colorschemes
- LSP and Autocomplete
- nvim-lspconfig Manage language servers
- nvim-lsp-installer Install language servers easily
- lspkind-nvim Code icons in autocomplete menu
- nvim-cmp Autocompletion engine
- cmp-nvim-lsp Lsp source for cmp
- cmp-buffer Buffer source for cmp
- cmp-dictionary Dictionary source for cmp
- nvim-autopairs Auto close bracket pairs
- schemastore.nvim Different autocompletion for different types of JSON files
- Terminal Integration
- nvim-toggleterm.lua Terminal inside neovim
- Navigation
- telescope.nvim Fuzzy finder
- nvim-tree.lua File explorer
- Other
- nvim-comment Comment a line or a range of lines
- null-ls.nvim Mainly used for formatting
- which-key.nvim Helpful keybinding menu
- presence.nvim Discord rich presence for neovim