mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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);
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
nvim-lspconfig
|
||||
extraPlugins = [
|
||||
config.plugins.lsp.package
|
||||
cfg.package
|
||||
];
|
||||
extraPackages = [ cfg.serverPackage ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue