mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/rustaceanvim: move source files to languages/rust subfolder
This commit is contained in:
parent
0e5ed7e782
commit
88ade1dfaa
3 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
./languages/python/jupytext.nix
|
||||
./languages/qmk.nix
|
||||
./languages/rust/rust-tools.nix
|
||||
./languages/rustaceanvim.nix
|
||||
./languages/rust/rustaceanvim.nix
|
||||
./languages/sniprun.nix
|
||||
./languages/tagbar.nix
|
||||
./languages/texpresso.nix
|
||||
|
|
|
@ -175,7 +175,7 @@ in
|
|||
|
||||
settings =
|
||||
helpers.mkNullOrStrLuaFnOr
|
||||
(types.submodule { options = import ../lsp/language-servers/rust-analyzer-config.nix lib pkgs; })
|
||||
(types.submodule { options = import ../../lsp/language-servers/rust-analyzer-config.nix lib pkgs; })
|
||||
''
|
||||
Setting passed to rust-analyzer.
|
||||
Defaults to a function that looks for a `rust-analyzer.json` file or returns an empty table.
|
Loading…
Add table
Add a link
Reference in a new issue