backup modular neovim

This commit is contained in:
Tiago Rodrigues 2025-05-08 20:29:23 +01:00
parent c89e2d8b63
commit 0fd02a88fc
22 changed files with 1238 additions and 866 deletions

View file

@ -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