Remove todo-comments in favor of mini-hipatterns

This commit is contained in:
Imbus 2026-03-05 16:59:03 +01:00
parent 0b39bcbaaa
commit 0f18468a53
2 changed files with 11 additions and 3 deletions

View file

@ -73,9 +73,6 @@ require('lazy').setup({
end,
},
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.