Update nvim

This commit is contained in:
Pablu23
2025-08-03 15:46:52 +02:00
parent 17e24ac90c
commit 7920f81c93
4 changed files with 17 additions and 2 deletions

11
lua/plugins/trouble.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"folke/trouble.nvim",
opts = {},
cmd = "Trouble",
keys = {
{
"<leader>dd",
"<cmd>Trouble diagnostics toggle<cr>"
}
}
}