Merge pull request #3 from SystematicError/main

feat: add missing global variables in lsp configuration
This commit is contained in:
Israel Calebe 2022-06-26 09:29:20 -03:00 committed by GitHub
commit 084f62c095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

6
.github/README.md vendored
View File

@ -22,9 +22,11 @@ git clone https://github.com/awchad/awesome-emmylua ~/.local/share/awesome-emmyl
"diagnostics.globals": [
"awesome",
"client",
"mouse",
"mousegrabber",
"root",
"screen",
"tag",
"root"
"tag"
],
"workspace.library": [
"~/.local/share/awesome-emmylua/lua"