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 -- comments and stuff
use({ use({
'numToStr/Comment.nvim', 'b3nj5m1n/kommentary',
config = function()
require('Comment').setup()
end,
event = 'BufRead', event = 'BufRead',
}) })