summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:17:16 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 17:17:16 +0100
commite76e2aad1bd8c5c18b0c46b2281a01dfba4a5b6d (patch)
treeb7583c3bce26dbc03c6ec756652a82eeb559df3b /lua/user/plugins.lua
parent14cdc467680eb177f961a49570aa9cf98f60d72a (diff)
parentdeaf6a9824ff47756379c00f430e784f059b581c (diff)
Merge branch '10-comments' into vgg
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 65e808f..92c08bc 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
@@ -78,6 +79,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"