neovim: Allow to override the proc-macro server

This commit is contained in:
Quentin Boyer 2026-05-01 12:41:49 +02:00
parent c69be2a255
commit e8a7ed3dc4

View file

@ -252,6 +252,7 @@
checkOnSave = true;
check.command = "clippy";
rustc.source = "discover";
procMacro.server = lib.nixvim.mkRaw "vim.env.RA_PROC_MACRO_SRV";
};
};
};