mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
plugins/efmls: use efmLangServerPackage option
This commit is contained in:
parent
9832cb86fb
commit
da1a10d0f3
2 changed files with 12 additions and 1 deletions
|
@ -145,4 +145,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.efmls-configs = {
|
||||
enable = true;
|
||||
efmLangServerPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue