From 25ddde6e12e1dae8f8e1de568ea9f7ee3b3038c4 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 20 Dec 2024 22:16:04 -0500 Subject: [PATCH] feat: Updates todo comments. --- nvim/m-housh/lua/plugins/todo-comments.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim/m-housh/lua/plugins/todo-comments.lua b/nvim/m-housh/lua/plugins/todo-comments.lua index 679c3f4..09e35a5 100644 --- a/nvim/m-housh/lua/plugins/todo-comments.lua +++ b/nvim/m-housh/lua/plugins/todo-comments.lua @@ -1,5 +1,6 @@ return { "folke/todo-comments.nvim", + event = "VeryLazy", dependencies = { "nvim-lua/plenary.nvim", "folke/trouble.nvim", @@ -9,6 +10,9 @@ return { -- Adds the important keyword, I primarily use this in markdown -- documents to be able to jump and color appropriately. FIX = { alt = { "IMPORTANT" } }, + + -- Adds mark keyword, used in swift. + NOTE = { alt = { "MARK" } }, }, }, keys = {