Dotfiles with the latest changes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
return {
|
||||
"numToStr/comment.nvim",
|
||||
config = function()
|
||||
local comment = require("Comment")
|
||||
"numToStr/comment.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
local comment = require("Comment")
|
||||
|
||||
comment.setup({})
|
||||
end,
|
||||
comment.setup({})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user