feat: add comment
This commit is contained in:
parent
984fd8cfbd
commit
5e87cb1f94
@ -220,6 +220,13 @@ return packer.startup(function(use)
|
|||||||
config = [[require('config.oil')]]
|
config = [[require('config.oil')]]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use {
|
||||||
|
'numToStr/Comment.nvim',
|
||||||
|
config = function()
|
||||||
|
require('Comment').setup()
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user