aboutsummaryrefslogtreecommitdiffstats
path: root/.luarc.json
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:18:11 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-14 01:11:49 -0500
commitc1c9e71f784d49d95d83a3da2fb88a528f9a5001 (patch)
tree4e682acab116b14899ffe0131c15f5036b4fe5e8 /.luarc.json
parentci: emmylua (diff)
downloadnvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar.gz
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar.bz2
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar.lz
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar.xz
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.tar.zst
nvim-lspconfig-c1c9e71f784d49d95d83a3da2fb88a528f9a5001.zip
ci: retreat to luals
idk how to make this error stop though I did read: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/issues/29 error: undefined global variable: vim [undefined-global] --> lua/lspconfig/configs/taplo.lua:6:29 5 | root_dir = function(fname) 6 | return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1]) 7 | end,
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
index 2aa780f6..ca279bae 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -1,5 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
+ "diagnostics" : {
+ "disable" : [
+ "inject-field",
+ "undefined-global"
+ ]
+ },
"runtime": {
"version": "LuaJIT"
},