fix: fixed conflicts + moving to yadm
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
config = function()
|
||||
local comment = require("Comment")
|
||||
comment.setup({
|
||||
opleader = { line = "|" },
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user