Upgrade to trouble v3, re-enable flash, uninstall aerial

This commit is contained in:
2024-05-20 22:56:39 -04:00
parent c00efd9891
commit d8142f5d6a
4 changed files with 52 additions and 45 deletions

View File

@@ -1,4 +1 @@
return {
-- this is causing search to break and I don't use it anyways
{ "folke/flash.nvim", enabled = false },
}
return {}

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

@@ -0,0 +1,12 @@
return {
"folke/trouble.nvim",
keys = {
-- same keybindings as in LazyVim, but with focus=true
{ "<leader>cs", "<cmd>Trouble symbols toggle focus=true<cr>", desc = "Symbols (Trouble)" },
{
"<leader>cS",
"<cmd>Trouble lsp toggle focus=true win.position=right<cr>",
desc = "LSP references/definitions/... (Trouble)",
},
},
}