Upgrade to trouble v3, re-enable flash, uninstall aerial
This commit is contained in:
@@ -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
12
lua/plugins/trouble.lua
Normal 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)",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user