mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
LuaInline might fix it
This commit is contained in:
parent
951634e0f7
commit
1b14e06f7e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
if cfg.format.enable
|
||||
then mkLuaInline "default_on_attach"
|
||||
else "attach_keymaps";
|
||||
cmd = [(packageToCmd cfg.lsp.package "nil")];
|
||||
cmd = mkLuaInline (packageToCmd cfg.lsp.package "nil");
|
||||
settings.nil =
|
||||
{
|
||||
formatting.command =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue