feat(initial): add all dotfiles
This commit is contained in:
22
nvim/lua/olinpin/plugins/trouble.lua
Normal file
22
nvim/lua/olinpin/plugins/trouble.lua
Normal 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)",
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user