We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ced7e commit 518f7a8Copy full SHA for 518f7a8
2 files changed
.emmyrc.json
@@ -4,10 +4,7 @@
4
"requirePattern": ["lua/?.lua", "lua/?/init.lua"]
5
},
6
"workspace": {
7
- "library": [
8
- "$VIMRUNTIME",
9
- "$HOME/.local/share/nvim/lazy/luvit-meta/library/uv.lua"
10
- ]
+ "library": ["$VIMRUNTIME"]
11
12
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json"
13
}
.luarc.jsonc
@@ -1,10 +1,7 @@
1
{
2
"runtime.version": "LuaJIT",
3
- "workspace.library": [
- "$VIMRUNTIME/lua", // nvim-lua runtime
- "${3rd}/luv/library" // vim.uv
- ],
+ "workspace.library": ["$VIMRUNTIME/lua"], // nvim-lua runtime
"diagnostics": {
"unusedLocalExclude": ["_*"], // allow `_varname` for unused variables
0 commit comments