mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00: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
|
-- Telescope integration
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue