fix(nvim/lspsaga): disable breadcrumbs
This commit is contained in:
parent
18ba939e26
commit
b64dd718c1
@ -18,7 +18,7 @@
|
|||||||
showCodeAction = true;
|
showCodeAction = true;
|
||||||
};
|
};
|
||||||
symbolInWinbar = {
|
symbolInWinbar = {
|
||||||
enable = true; # Breadcrumbs
|
enable = false; # Breadcrumbs
|
||||||
};
|
};
|
||||||
codeAction = {
|
codeAction = {
|
||||||
extendGitSigns = false;
|
extendGitSigns = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user