summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/.luarc.json')
-rw-r--r--pkgs/custom-neovim/.luarc.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/.luarc.json b/pkgs/custom-neovim/.luarc.json
new file mode 100644
index 0000000..89999a9
--- /dev/null
+++ b/pkgs/custom-neovim/.luarc.json
@@ -0,0 +1,23 @@
+{
+ "$schema": "https://raw.githubusercontent.com/LuaLS/lua-language-server/master/setting/schema.json",
+ "runtime": {
+ "version": "LuaJIT",
+ "path": [
+ "?.lua",
+ "?/init.lua"
+ ]
+ },
+ "workspace": {
+ "checkThirdParty": false,
+ "library": [
+ "${3rd}/luv/library",
+ "${3rd}/busted/library"
+ ]
+ },
+ "diagnostics": {
+ "globals": ["vim"]
+ },
+ "telemetry": {
+ "enable": false
+ }
+}