Merge pull request #3 from SystematicError/main
feat: add missing global variables in lsp configuration
This commit is contained in:
commit
084f62c095
|
@ -22,9 +22,11 @@ git clone https://github.com/awchad/awesome-emmylua ~/.local/share/awesome-emmyl
|
||||||
"diagnostics.globals": [
|
"diagnostics.globals": [
|
||||||
"awesome",
|
"awesome",
|
||||||
"client",
|
"client",
|
||||||
|
"mouse",
|
||||||
|
"mousegrabber",
|
||||||
|
"root",
|
||||||
"screen",
|
"screen",
|
||||||
"tag",
|
"tag"
|
||||||
"root"
|
|
||||||
],
|
],
|
||||||
"workspace.library": [
|
"workspace.library": [
|
||||||
"~/.local/share/awesome-emmylua/lua"
|
"~/.local/share/awesome-emmylua/lua"
|
||||||
|
|
Loading…
Reference in New Issue