ci: nix config migration

This commit is contained in:
Barrett Ruth 2026-02-23 18:04:17 -05:00
parent 591f70a237
commit 4d58db8520
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 35 additions and 53 deletions

View file

@ -1,5 +1,5 @@
{
"runtime.version": "Lua 5.1",
"runtime.version": "LuaJIT",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim"],
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],