summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:04:23 -0500
committerChristianChiarulli <chris.machine@pm.me>2021-12-16 07:34:23 -0500
commit54c2bb07828c8e11bfa8e26f5931060ac3402358 (patch)
tree76733df3371868a378a45af8d70687abe8d961cc /lua/user/plugins.lua
parentb9a2bc855bbd7a7d54c9e280ee875393e30cf1a6 (diff)
add comments
add comments
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 74fcb73..3e2c87c 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
@@ -75,6 +76,7 @@ return packer.startup(function(use)
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",
}
+ use 'JoosepAlviste/nvim-ts-context-commentstring'
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins