import file for nvim

This commit is contained in:
Simon Kellet 2024-04-21 13:05:08 +01:00
parent 6c1b73d970
commit 5da78078ad

8
.luarc.json Normal file
View File

@ -0,0 +1,8 @@
{
"runtime.special": {
"love.filesystem.load": "loadfile"
},
"workspace.library": [
"${3rd}/love2d/library"
]
}