Massive changes!!
This commit is contained in:
7
lua/plugins/todo-comments.lua
Normal file
7
lua/plugins/todo-comments.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Highlight todo, notes, etc in comments
|
||||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
event = "VimEnter",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = { signs = false },
|
||||
}
|
||||
Reference in New Issue
Block a user