moved to modular flow and added Quarto

This commit is contained in:
pat-alt 2025-04-07 12:13:37 +02:00
parent c57b09f82e
commit c34df814a3
17 changed files with 1000 additions and 939 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