diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-08-16 12:30:33 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-08-16 12:30:33 +0200 |
commit | 23a62d70129db30027ba620fc798a666c198ba35 (patch) | |
tree | 51b59657991b10665936e33bb7fcee3873f371ef /nvim/.luarc.json | |
parent | 37d4a19152bbb2a83f4c0ce7172388240252d8f1 (diff) |
update
Diffstat (limited to 'nvim/.luarc.json')
-rw-r--r-- | nvim/.luarc.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..af7a43e --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,13 @@ +{ + "runtime.version": "LuaJIT", + "runtime.path": [ + "lua/?.lua", + "lua/?/init.lua" + ], + "diagnostics.globals": ["vim"], + "workspace.checkThirdParty": false, + "workspace.library": [ + "$VIMRUNTIME", + "${3rd}/luv/library" + ] +} |