Add comments

This commit is contained in:
Valeriy Filippov
2026-03-11 10:51:09 +03:00
parent dfb07cbf6b
commit bfd1fe67b3
5 changed files with 163 additions and 151 deletions

View File

@@ -1,9 +1,10 @@
-- https://github.com/folke/trouble.nvim
return {
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons", "folke/todo-comments.nvim" },
opts = {
focus = true,
auto_preview = false,
},
cmd = "Trouble",
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons", "folke/todo-comments.nvim" },
opts = {
focus = true,
auto_preview = false,
},
cmd = "Trouble",
}