mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/rust-tools: use lsp package
This commit is contained in:
parent
9c476a0948
commit
4d460d6151
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ in
|
||||||
} // (import ../../lsp/language-servers/rust-analyzer-config.nix lib helpers);
|
} // (import ../../lsp/language-servers/rust-analyzer-config.nix lib helpers);
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = [
|
||||||
nvim-lspconfig
|
config.plugins.lsp.package
|
||||||
cfg.package
|
cfg.package
|
||||||
];
|
];
|
||||||
extraPackages = [ cfg.serverPackage ];
|
extraPackages = [ cfg.serverPackage ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue