mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/rustaceanvim: fix onAttach
This commit is contained in:
parent
88ade1dfaa
commit
169d7f4dc0
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ in
|
||||||
};
|
};
|
||||||
server = with server; {
|
server = with server; {
|
||||||
auto_attach = autoAttach;
|
auto_attach = autoAttach;
|
||||||
on_attach = onAttach;
|
on_attach = if onAttach == null then helpers.mkRaw "__lspOnAttach" else onAttach;
|
||||||
inherit
|
inherit
|
||||||
cmd
|
cmd
|
||||||
settings
|
settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue