Skip to content

Commit

Permalink
fix(ci): fix abs path to libs in luarc (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 authored Jan 6, 2024
1 parent 08e2e4e commit 0edde97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.luarc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"runtime.path": [
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.path": [
"lua/?.lua",
"lua/?/init.lua"
],
"Lua.workspace.library": [
"/github/workspace/deps/neodev.nvim/types/stable"
"/home/runner/work/neorg/neorg/deps/neodev.nvim/types/stable"
],
"Lua.diagnostics.libraryFiles": "Disable",
"Lua.workspace.checkThirdParty": "Disable"
Expand Down

0 comments on commit 0edde97

Please sign in to comment.