diff options
author | Yuqian Yang <crupest@crupest.life> | 2024-11-27 23:01:02 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2024-11-27 23:01:02 +0800 |
commit | 889e10a1908c32514edf23518c5ea4c26ffc0ae0 (patch) | |
tree | e842708278a28ab01552a6498cf59371c550ded1 /configs/nvim/config-root/.luarc.json | |
parent | 92b9f238d9400ab9dedb56ab7264357514a7dfe8 (diff) | |
download | crupest-889e10a1908c32514edf23518c5ea4c26ffc0ae0.tar.gz crupest-889e10a1908c32514edf23518c5ea4c26ffc0ae0.tar.bz2 crupest-889e10a1908c32514edf23518c5ea4c26ffc0ae0.zip |
config(nvim): update config and plugins.
Diffstat (limited to 'configs/nvim/config-root/.luarc.json')
-rw-r--r-- | configs/nvim/config-root/.luarc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/nvim/config-root/.luarc.json b/configs/nvim/config-root/.luarc.json new file mode 100644 index 0000000..f704d01 --- /dev/null +++ b/configs/nvim/config-root/.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 |