summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 89d488f..748ce8a 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -45,6 +45,7 @@ return packer.startup(function(use)
use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim
use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
+ use "numToStr/Comment.nvim" -- Easily comment stuff
-- Colorschemes
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
@@ -76,6 +77,7 @@ return packer.startup(function(use)
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",
}
+ use 'JoosepAlviste/nvim-ts-context-commentstring'
use "p00f/nvim-ts-rainbow"
use "nvim-treesitter/playground"