summaryrefslogtreecommitdiff
path: root/home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-08-31 15:39:39 +0530
committersinanmohd <sinan@sinanmohd.com>2025-08-31 22:28:28 +0530
commit31458b74b81df4ef5101c01b26fc28fc32ee821b (patch)
tree15846c395e3ac5aa085a30d11833b6f531abb345 /home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua
parent07854ac073b6c4a3e749078fa113367105a7af08 (diff)
feat(home/common): init neovim
Diffstat (limited to 'home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua')
-rw-r--r--home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua b/home/common/modules/neovim/config/lua/pacman/plugins/todo-comments.lua
new file mode 100644
index 0000000..407e821
--- /dev/null
+++ b/home/common/modules/neovim/config/lua/pacman/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