fix(nvim): remove unused variable
All checks were successful
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

This commit is contained in:
Jalil David Salamé Messina 2024-11-03 00:01:24 +01:00
parent dd2bceb7db
commit c6a9f66a6c
Signed by: jalil
GPG key ID: F016B9E770737A0B

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"