mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-19 15:31:13 +01:00
plugins/lsp: drop customCmd
These have all been upstreamed into nvim-lspconfig. Going forward, we should continue that trend. If any nix-specific `cmd`s aren't accepted in nvim-lspconfig, they can be patched in Nixpkgs instead.
This commit is contained in:
parent
b671eedcf4
commit
882eb84c35
4 changed files with 10 additions and 45 deletions
|
|
@ -224,9 +224,6 @@ let
|
|||
// lib.optionalAttrs (lspPackages.packages ? ${name}) {
|
||||
package = lspPackages.packages.${name};
|
||||
}
|
||||
// lib.optionalAttrs (lspPackages.customCmd ? ${name}) {
|
||||
inherit (lspPackages.customCmd.${name}) package cmd;
|
||||
}
|
||||
// lspExtraArgs.${name} or { }
|
||||
))
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue