From 10de5c28a34a7b0869828d6ad5cd4b7a3cd0a3da Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 26 Nov 2023 13:56:19 +1100 Subject: [PATCH] ci: add ci neovim 0.9.4 to lib path --- .luarc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.luarc.json b/.luarc.json index 77434c8d..950b1777 100644 --- a/.luarc.json +++ b/.luarc.json @@ -4,6 +4,7 @@ "workspace": { "library": [ "$VIMRUNTIME", + "/home/runner/nvim-v0.9.4/share/nvim/runtime", "${3rd}/luv/library" ] },