Specific language based plugins are not included
| Plugin | Description | Lazy |
|---|---|---|
| folke/lazy | the package manager, better than packer.nvim for newbies | false |
| chadcat7/prism | my own plugin written for making fast colorschemes | true |
| nvim-treesitter/nvim-treesitter | syntax highlighting, most popular one for neovim | true |
| NvChad/nvim-colorizer.lua | highlights colors and is really frickin fast | true |
| kyazdani42/nvim-tree.lua | a very neat, simple and clean file tree | true |
| nvim-tree/nvim-web-devicons | lua fork of vim devicons | true |
| nvim-telescope/telescope.nvim | probably the most popular menu. can be used for a lot of stuff | true |
| akinsho/toggleterm.nvim | terminal integration in neovim | true |
| lewis6991/gitsigns.nvim | Super fast git decorations implemented purely in Lua. | true |
| lukas-reineke/indent-blankline.nvim | super cool for keeping track of code | true |
| williamboman/mason.nvim | installing LSPs made super easy | true |
| L3MON4D3/LuaSnip | very simple and easy to use snippet engine | true |
| echasnovski/mini.starter | a very minimal and good looking dashboard | true |
| terrortylor/nvim-comment | quik and easy commenting | true |
| folke/todo-comments.nvim | beautiful highlights for TODO comments | true |