From 23a62d70129db30027ba620fc798a666c198ba35 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Fri, 16 Aug 2024 12:30:33 +0200 Subject: update --- nvim/.luarc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvim/.luarc.json (limited to 'nvim/.luarc.json') 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" + ] +} -- cgit v1.2.3