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