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