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