fix(nvim): check all nvim options
All checks were successful
/ check (push) Successful in 39s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

This surfaced an issue with `bundleLSPs = false`
This commit is contained in:
Jalil David Salamé Messina 2024-11-06 22:33:30 +01:00
parent 84387f2597
commit e26eceb10c
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 44 additions and 3 deletions

View file

@ -41,7 +41,7 @@ in
# Configure LSPs
{
plugins = {
lsp.servers.bashls.package = pkgs.bash-language-server;
lsp.servers.bashls.package = lib.mkDefault pkgs.bash-language-server;
lspkind = {
enable = true;
mode = "symbol";