modular plugins

This commit is contained in:
Sayed Abdulmohsen Alhashemi 2025-03-31 03:21:19 +03:00
parent 2cbdb13009
commit 1207bdfaff
19 changed files with 1044 additions and 1228 deletions

View file

@ -0,0 +1,2 @@
-- Highlight todo, notes, etc in comments
return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }