plugins/rust-tools: move source files to languages/rust subfolder

This commit is contained in:
Gaetan Lepage 2024-05-18 01:02:41 +02:00 committed by Gaétan Lepage
parent 0e8a88b9a0
commit 0e5ed7e782
3 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ in
standalone file support
setting it to false may improve startup time
'';
} // (import ../lsp/language-servers/rust-analyzer-config.nix lib pkgs);
} // (import ../../lsp/language-servers/rust-analyzer-config.nix lib pkgs);
};
config = mkIf cfg.enable {
extraPlugins = with pkgs.vimPlugins; [