mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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; {
|
||||
auto_attach = autoAttach;
|
||||
on_attach = onAttach;
|
||||
on_attach = if onAttach == null then helpers.mkRaw "__lspOnAttach" else onAttach;
|
||||
inherit
|
||||
cmd
|
||||
settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue