feat(initial): add all dotfiles

This commit is contained in:
Oliver
2025-01-21 10:55:56 +01:00
parent 2186b49075
commit a81dc224bd
48 changed files with 1016 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
return {
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
event = "VeryLazy",
keys = {
{
"<C-t>",
"<cmd>Trouble diagnostics toggle<cr>",
desc = "Diagnostics (Trouble)",
},
{
"<C-T>",
"<cmd>Trouble diagnostics toggle filter.buf=0<cr>",
desc = "Buffer Diagnostics (Trouble)",
},
}
}