diff options
Diffstat (limited to 'lua/kickstart/plugins/todo-comments.lua')
-rw-r--r-- | lua/kickstart/plugins/todo-comments.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/kickstart/plugins/todo-comments.lua b/lua/kickstart/plugins/todo-comments.lua new file mode 100644 index 0000000..407e821 --- /dev/null +++ b/lua/kickstart/plugins/todo-comments.lua @@ -0,0 +1,5 @@ +-- Highlight todo, notes, etc in comments +return { + { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, +} +-- vim: ts=2 sts=2 sw=2 et |