modulize plugins

This commit is contained in:
Tim Redband 2024-04-08 13:33:19 -04:00
parent d741099eee
commit fecc907ac1
15 changed files with 621 additions and 0 deletions

View file

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