mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +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
|
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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue