first commit

This commit is contained in:
2025-08-03 21:49:28 +02:00
commit 9c41628613
29 changed files with 1775 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
-- Todo Comments
-- https://github.com/folke/todo-comments.nvim
return {
-- Highlight todo, notes, etc in comments
{
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = {
'nvim-lua/plenary.nvim'
},
opts = {
signs = false
}
},
}