From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/conf/plugins/todo-comments.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/conf/plugins/todo-comments.lua') diff --git a/lua/conf/plugins/todo-comments.lua b/lua/conf/plugins/todo-comments.lua index ebf724d..24eccd0 100644 --- a/lua/conf/plugins/todo-comments.lua +++ b/lua/conf/plugins/todo-comments.lua @@ -1,8 +1,8 @@ -return { 'folke/todo-comments.nvim', - requires = 'nvim-lua/plenary.nvim', +return { "folke/todo-comments.nvim", + requires = "nvim-lua/plenary.nvim", disable = not vim.fn.has("nvim-0.8.0"), function() - require('todo-comments').setup { + require("todo-comments").setup { keywords = { FIX = { icon = "# ", -- cgit v1.2.1