From 5da78078ad49406e46ef8677d21da28f27289fce Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Sun, 21 Apr 2024 13:05:08 +0100 Subject: [PATCH] import file for nvim --- .luarc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..f5d3458 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,8 @@ +{ + "runtime.special": { + "love.filesystem.load": "loadfile" + }, + "workspace.library": [ + "${3rd}/love2d/library" + ] +}