LuaInline might fix it

This commit is contained in:
Liyua 2025-07-01 20:35:44 +02:00
commit 1b14e06f7e
No known key found for this signature in database
GPG key ID: AFF37010586DE14D

View file

@ -47,7 +47,7 @@
if cfg.format.enable if cfg.format.enable
then mkLuaInline "default_on_attach" then mkLuaInline "default_on_attach"
else "attach_keymaps"; else "attach_keymaps";
cmd = [(packageToCmd cfg.lsp.package "nil")]; cmd = mkLuaInline (packageToCmd cfg.lsp.package "nil");
settings.nil = settings.nil =
{ {
formatting.command = formatting.command =