mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 11:21:35 +00:00
fix pylsp
This commit is contained in:
parent
6733b9a94e
commit
bd2b9daa36
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
cmd = ${
|
cmd = ${
|
||||||
if isList cfg.lsp.package.pylsp
|
if isList cfg.lsp.package.pylsp
|
||||||
then expToLua cfg.lsp.package.pylsp
|
then expToLua cfg.lsp.package.pylsp
|
||||||
else ''{"${cfg.lsp.package}/bin/pylsp"}''
|
else ''{"${cfg.lsp.package.pylsp}/bin/pylsp"}''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue