init.lua has been modularized

This commit is contained in:
mallowpi 2024-05-16 23:06:14 -05:00
parent 1d5222bd20
commit b144748fea
10 changed files with 704 additions and 660 deletions

View file

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