fix(nvim): remove unused variable #126
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (helpers) mkRaw enableExceptInTests;
|
inherit (helpers) enableExceptInTests;
|
||||||
cfg = config.jhome.nvim;
|
cfg = config.jhome.nvim;
|
||||||
enabledLSPs = [
|
enabledLSPs = [
|
||||||
"bashls"
|
"bashls"
|
||||||
|
|
Loading…
Reference in a new issue