diff options
author | Chris <[email protected]> | 2021-03-16 21:03:48 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-16 21:03:48 -0400 |
commit | 570d317285b929d9462f65539d9f8e5f6a470b49 (patch) | |
tree | e6c4358625c45a565ebf5e6a213b4f8f3bfb387d /lua/plugins.lua | |
parent | cd05394d91ba11b6d46be44db22cd3a36e7412eb (diff) |
trying to get react commenting to work
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 21c43360..03c49a3b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -109,10 +109,12 @@ return require('packer').startup(function() use 'voldikss/vim-floaterm' use 'phaazon/hop.nvim' use 'liuchengxu/vista.vim' - use { 'npxbr/glow.nvim', run = ':GlowInstall' } + -- use { 'npxbr/glow.nvim', run = ':GlowInstall' } -- figure out how to disable or configure for things with tags like <div></div> because it will highlight all divs use 'RRethy/vim-illuminate' - -- use 'tpope/vim-commentary' - -- use 'suy/vim-context-commentstring' - use 'b3nj5m1n/kommentary' + use 'terrortylor/nvim-comment' + --use 'tpope/vim-commentary' + --use 'suy/vim-context-commentstring' + -- use 'b3nj5m1n/kommentary' + use 'andymass/vim-matchup' end) |