diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-17 01:37:21 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 4f49a5af0d9d051073346791679cb8c552793930 (patch) | |
| tree | e0f79afbe00861d40ba766ca1bc1b5ca6d992f10 /dot_config/nvim/lua | |
| parent | 844b3ce6f41e6bf0093ed8013120f925093553e9 (diff) | |
feat(nvim): add todo-comments plugin
Diffstat (limited to 'dot_config/nvim/lua')
| -rw-r--r-- | dot_config/nvim/lua/plugins/todo-comments.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 } } |
