From d8621e4a5e532710f100d82868c05b0bb4e7dc05 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 11 Mar 2026 15:23:25 +0100 Subject: [PATCH] [Lua] Lovr integration fix --- lovr-integration.sh | 2 +- nvim/lua/plugins/lsp/ls/luals.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lovr-integration.sh b/lovr-integration.sh index 7366397..518da7f 100755 --- a/lovr-integration.sh +++ b/lovr-integration.sh @@ -7,7 +7,7 @@ if [[ -d lovr-docs ]] then cd lovr-docs git pull else - git clone https://bjornbytes/lovr-docs + git clone https://github.com/bjornbytes/lovr-docs cd lovr-docs fi diff --git a/nvim/lua/plugins/lsp/ls/luals.lua b/nvim/lua/plugins/lsp/ls/luals.lua index 0d66ae0..1e29813 100644 --- a/nvim/lua/plugins/lsp/ls/luals.lua +++ b/nvim/lua/plugins/lsp/ls/luals.lua @@ -24,7 +24,7 @@ lsp.config("lua_ls", { -- 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 -- 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", }, },