more useful plugins added: markdown render and todo comments

This commit is contained in:
pat-alt 2025-04-15 10:30:52 +02:00
parent ff5785341e
commit 1926938717
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,9 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}