feat: Added smartcolumn and todo-comments

This commit is contained in:
2026-08-19 10:31:21 +01:00
parent 78353b3023
commit f5b2452a9f
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim", "folke/trouble.nvim" },
config = function()
require("todo-comments").setup({})
end,
}