fix: typo

This commit is contained in:
Ching Pei Yang 2023-10-10 13:16:09 +02:00 committed by GitHub
parent 4161589b56
commit 0614dbfd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",