mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(aerial): disable trouble leader-cs keymap when aerial extra is enabled
This commit is contained in:
parent
146c87cd78
commit
135150307b
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
optional = true,
|
||||
keys = {
|
||||
{ "<leader>cs", false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Telescope integration
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue