refactor(plugins): switch to kommentary because Comment.nvim did not support JSX well
This commit is contained in:
parent
4e1bce9294
commit
99cdaaea9a
1 changed files with 1 additions and 4 deletions
|
@ -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',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue