From 4f49a5af0d9d051073346791679cb8c552793930 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 17 Apr 2024 01:37:21 -0500 Subject: feat(nvim): add todo-comments plugin --- dot_config/nvim/lua/plugins/todo-comments.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot_config/nvim/lua/plugins/todo-comments.lua (limited to 'dot_config') diff --git a/dot_config/nvim/lua/plugins/todo-comments.lua b/dot_config/nvim/lua/plugins/todo-comments.lua new file mode 100644 index 0000000..898f466 --- /dev/null +++ b/dot_config/nvim/lua/plugins/todo-comments.lua @@ -0,0 +1 @@ +return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } } -- cgit v1.2.3