readd todo-comments
This commit is contained in:
parent
931ecf7ae0
commit
48f7a1a00e
|
@ -86,9 +86,9 @@ lvim.plugins = {
|
|||
},
|
||||
{ "folke/todo-comments.nvim",
|
||||
event = "BufRead",
|
||||
-- config = function()
|
||||
-- require("todo-comments").setup()
|
||||
-- end,
|
||||
config = function()
|
||||
require("todo-comments").setup {}
|
||||
end,
|
||||
},
|
||||
{ "felipec/vim-sanegx",
|
||||
event = "BufRead",
|
||||
|
|
Loading…
Reference in New Issue