plugins/nvim-lsp: made a new directory for language servers (#183)

This commit is contained in:
Gaétan Lepage 2023-02-23 00:42:44 +01:00 committed by GitHub
parent 9cf0880aa9
commit 8f266e86ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ with lib; let
helpers = import ../helpers.nix {inherit lib;};
in {
imports = [
./basic-servers.nix
./language-servers
];
options = {

View file

@ -5,9 +5,9 @@
...
} @ args:
with lib; let
helpers = import ./helpers.nix args;
helpers = import ../helpers.nix args;
optionWarnings = import ../../lib/option-warnings.nix args;
optionWarnings = import ../../../lib/option-warnings.nix args;
basePluginPath = ["plugins" "lsp" "servers"];
servers = [