fix(nvim): remove unused variable #126

Merged
jalil merged 1 commit from fix-unused into main 2024-11-03 00:05:08 +01:00

View file

@ -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"