mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
plugins/rustaceanvim: fix deprecation
This commit is contained in:
parent
ed4958c206
commit
0e59a28e95
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
||||||
|
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion = cfg.enable -> !config.plugins.lsp.servers.rust-analyzer.enable;
|
assertion = cfg.enable -> !config.plugins.lsp.servers.rust_analyzer.enable;
|
||||||
message = ''
|
message = ''
|
||||||
Nixvim (plugins.rustaceanvim): Both `plugins.rustaceanvim.enable` and `plugins.lsp.servers.rust-analyzer.enable` are true.
|
Nixvim (plugins.rustaceanvim): Both `plugins.rustaceanvim.enable` and `plugins.lsp.servers.rust_analyzer.enable` are true.
|
||||||
Disable one of them otherwise you will have multiple clients attached to each buffer.
|
Disable one of them otherwise you will have multiple clients attached to each buffer.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue