mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/efmls-configs: move from lsp to by-name
This commit is contained in:
parent
f13bdfec8f
commit
09daa2cb83
5 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
tools = import ../../../generated/efmls-configs.nix;
|
tools = import ../../../generated/efmls-configs.nix;
|
||||||
inherit (import ./efmls-configs-pkgs.nix lib) packaged;
|
inherit (import ./packages.nix lib) packaged;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.plugins.efmls-configs = {
|
options.plugins.efmls-configs = {
|
|
@ -217,7 +217,6 @@ in
|
||||||
++ renameModules
|
++ renameModules
|
||||||
++ [
|
++ [
|
||||||
./ccls.nix
|
./ccls.nix
|
||||||
./efmls-configs.nix
|
|
||||||
./hls.nix
|
./hls.nix
|
||||||
./pylsp.nix
|
./pylsp.nix
|
||||||
./rust-analyzer.nix
|
./rust-analyzer.nix
|
||||||
|
|
|
@ -79,11 +79,11 @@ let
|
||||||
)
|
)
|
||||||
++ checkDeclarations (
|
++ checkDeclarations (
|
||||||
let
|
let
|
||||||
inherit (import ../plugins/lsp/language-servers/efmls-configs-pkgs.nix lib) packaged unpackaged;
|
inherit (import ../plugins/by-name/efmls-configs/packages.nix lib) packaged unpackaged;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "efmls";
|
name = "efmls";
|
||||||
declarationFile = "efmls-configs-pkgs.nix";
|
declarationFile = "plugins/by-name/efmls-configs/packages.nix";
|
||||||
|
|
||||||
packages = builtins.attrValues packaged;
|
packages = builtins.attrValues packaged;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue