refactor(nvim): use folke for todo-comments
This commit is contained in:
parent
ea91e233ec
commit
748790eb39
@ -507,7 +507,7 @@ return packer.startup({
|
||||
|
||||
-- Highlight certain comments, TODO, BUG, etc.
|
||||
use({
|
||||
"B4mbus/todo-comments.nvim",
|
||||
"folke/todo-comments.nvim",
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
require("todo-comments").setup({})
|
||||
|
Loading…
Reference in New Issue
Block a user