diff options
author | Chris <[email protected]> | 2021-03-27 17:21:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-27 17:21:52 -0400 |
commit | 56798ec142a34fdcf090612de9ecbd07052f29b3 (patch) | |
tree | ab1af4799a9401f450dc4c07e2cca01362153c53 /lua/plugins.lua | |
parent | 2c5d18ebbcb86c84fc864ef5b4dce31483ddf761 (diff) |
added more user options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 4b2260a3..b925e4b1 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -53,6 +53,7 @@ return require('packer').startup(function(use) use 'nvim-treesitter/playground' use 'p00f/nvim-ts-rainbow' use {'lukas-reineke/indent-blankline.nvim', branch = 'lua'} + use 'JoosepAlviste/nvim-ts-context-commentstring' -- Icons use 'kyazdani42/nvim-web-devicons' |