1
0
Fork 0

readd todo-comments

This commit is contained in:
Luca Bilke 2022-07-27 16:45:22 +02:00
commit 0bc491ff05
No known key found for this signature in database
GPG key ID: 7B77C51E8C779E75

View file

@ -86,9 +86,9 @@ lvim.plugins = {
}, },
{ "folke/todo-comments.nvim", { "folke/todo-comments.nvim",
event = "BufRead", event = "BufRead",
-- config = function() config = function()
-- require("todo-comments").setup() require("todo-comments").setup {}
-- end, end,
}, },
{ "felipec/vim-sanegx", { "felipec/vim-sanegx",
event = "BufRead", event = "BufRead",