refactor(plugins): switch to kommentary because Comment.nvim did not support JSX well

This commit is contained in:
Matt Leong 2021-10-22 15:10:37 -07:00
parent 4e1bce9294
commit 99cdaaea9a

View file

@ -159,10 +159,7 @@ return packer.startup(function()
-- comments and stuff
use({
'numToStr/Comment.nvim',
config = function()
require('Comment').setup()
end,
'b3nj5m1n/kommentary',
event = 'BufRead',
})