readd todo-comments
This commit is contained in:
parent
68b746f7b1
commit
0bc491ff05
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue