1
0
Fork 0

readd todo-comments

This commit is contained in:
Luca Bilke 2022-07-27 16:45:22 +02:00
parent 931ecf7ae0
commit 48f7a1a00e
1 changed files with 3 additions and 3 deletions

View File

@ -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",