plugins/rustaceanvim: fix onAttach

This commit is contained in:
Wester de Cocq 2024-05-18 15:11:32 +02:00 committed by traxys
parent 88ade1dfaa
commit 169d7f4dc0

View file

@ -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