feat: disable lightbulb in gutter
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
9c404ac98c
commit
ff2c59724a
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ in
|
|||
};
|
||||
lspsaga = {
|
||||
enable = true;
|
||||
settings = {
|
||||
lightbulb = {
|
||||
sign = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue