mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Updates todo comments.
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user