mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
fix: typo
This commit is contained in:
parent
4161589b56
commit
0614dbfd0a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ with builtins; let
|
||||||
then nvim.lua.expToLua cfg.lsp.package
|
then nvim.lua.expToLua cfg.lsp.package
|
||||||
else ''
|
else ''
|
||||||
{
|
{
|
||||||
"${getExe cfg.lsp.package}
|
"${getExe cfg.lsp.package}",
|
||||||
"-m",
|
"-m",
|
||||||
"json",
|
"json",
|
||||||
"--no-color",
|
"--no-color",
|
||||||
|
|
Loading…
Reference in a new issue