[Lua] Lovr integration fix

This commit is contained in:
2026-03-11 15:23:25 +01:00
parent 4a2203892f
commit d8621e4a5e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ if [[ -d lovr-docs ]] then
cd lovr-docs cd lovr-docs
git pull git pull
else else
git clone https://bjornbytes/lovr-docs git clone https://github.com/bjornbytes/lovr-docs
cd lovr-docs cd lovr-docs
fi fi

View File

@@ -24,7 +24,7 @@ lsp.config("lua_ls", {
-- To use LÖVR, follow https://lovr.org/docs/dev/VS_Code_Setup#manual-installation -- To use LÖVR, follow https://lovr.org/docs/dev/VS_Code_Setup#manual-installation
-- TL;DR run lovr api cats in the lovr-docs repo and update the path below -- TL;DR run lovr api cats in the lovr-docs repo and update the path below
-- Then update the blow path (if you have not used the script in this repo) -- Then update the blow path (if you have not used the script in this repo)
vim.fn.expand("~/.local/share/lovr-docs/api/cats/"), vim.fn.expand("~/.local/share/lovr-docs/api/cats"),
"/usr/share/lua/5.3", "/usr/share/lua/5.3",
}, },
}, },