Updated config
This commit is contained in:
19
.emmyrc.json
19
.emmyrc.json
@@ -1,20 +1,29 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
||||
"diagnostics": {
|
||||
"disable": [
|
||||
"undefined-field",
|
||||
"undefined-field"
|
||||
]
|
||||
},
|
||||
"runtime": {
|
||||
"version": "LuaJIT",
|
||||
"requirePattern": [
|
||||
"lua/?.lua",
|
||||
"lua/?/init.lua",
|
||||
"?/lua/?.lua",
|
||||
"?/lua/?/init.lua"
|
||||
]
|
||||
],
|
||||
"version": "LuaJIT"
|
||||
},
|
||||
"workspace": {
|
||||
"ignoreGlobs": [
|
||||
"**/*_spec.lua"
|
||||
],
|
||||
"library": [
|
||||
"$VIMRUNTIME",
|
||||
"$HOME/.local/share/nvim/lazy/luvit-meta",
|
||||
"$HOME/.local/share/nvim/lazy/lazy.nvim"
|
||||
],
|
||||
"ignoreGlobs": ["**/*_spec.lua"]
|
||||
"$HOME/.local/share/nvim/lazy/lazy.nvim",
|
||||
"$HOME/.local/share/nvim/lazy"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user