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.
|
-- Highlight certain comments, TODO, BUG, etc.
|
||||||
use({
|
use({
|
||||||
"B4mbus/todo-comments.nvim",
|
"folke/todo-comments.nvim",
|
||||||
event = "BufEnter",
|
event = "BufEnter",
|
||||||
config = function()
|
config = function()
|
||||||
require("todo-comments").setup({})
|
require("todo-comments").setup({})
|
||||||
|
Loading…
Reference in New Issue
Block a user