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
|
||||
use({
|
||||
'numToStr/Comment.nvim',
|
||||
config = function()
|
||||
require('Comment').setup()
|
||||
end,
|
||||
'b3nj5m1n/kommentary',
|
||||
event = 'BufRead',
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue