mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 21:05:04 +02:00
neovim: Allow to override the proc-macro server
This commit is contained in:
parent
c69be2a255
commit
e8a7ed3dc4
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@
|
|||
checkOnSave = true;
|
||||
check.command = "clippy";
|
||||
rustc.source = "discover";
|
||||
procMacro.server = lib.nixvim.mkRaw "vim.env.RA_PROC_MACRO_SRV";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue