From a0f2f7e29035553562941f4046db88d707daf199 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- store/home/config/nvim/.luarc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 store/home/config/nvim/.luarc.json (limited to 'store/home/config/nvim/.luarc.json') diff --git a/store/home/config/nvim/.luarc.json b/store/home/config/nvim/.luarc.json new file mode 100644 index 0000000..f704d01 --- /dev/null +++ b/store/home/config/nvim/.luarc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", + "runtime.version": "LuaJIT" +} \ No newline at end of file -- cgit v1.2.3