feat: Updates todo comments.

This commit is contained in:
2024-12-20 22:16:04 -05:00
parent 4a023203bd
commit 25ddde6e12

View File

@@ -1,5 +1,6 @@
return { return {
"folke/todo-comments.nvim", "folke/todo-comments.nvim",
event = "VeryLazy",
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"folke/trouble.nvim", "folke/trouble.nvim",
@@ -9,6 +10,9 @@ return {
-- Adds the important keyword, I primarily use this in markdown -- Adds the important keyword, I primarily use this in markdown
-- documents to be able to jump and color appropriately. -- documents to be able to jump and color appropriately.
FIX = { alt = { "IMPORTANT" } }, FIX = { alt = { "IMPORTANT" } },
-- Adds mark keyword, used in swift.
NOTE = { alt = { "MARK" } },
}, },
}, },
keys = { keys = {