From 4136cd832f3b87dd260aec6ef2a102325fa18151 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 2 Oct 2024 00:38:35 +0900 Subject: Add lua ls config for this repository --- .luarc.jsonc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .luarc.jsonc diff --git a/.luarc.jsonc b/.luarc.jsonc new file mode 100644 index 0000000..e976381 --- /dev/null +++ b/.luarc.jsonc @@ -0,0 +1,15 @@ +// Copied from https://github.com/nvim-tree/nvim-tree.lua/blob/master/.luarc.json +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "runtime.version": "LuaJIT", + "workspace": { + "library": [ + "$VIMRUNTIME/lua/vim", + "${3rd}/luv/library" + ] + }, + "diagnostics": { + "libraryFiles": "Disable", + "globals": [] + } +} -- cgit v1.2.3-70-g09d2