This commit is contained in:
2022-07-25 11:24:43 +03:00
commit 6d07b846d1
21 changed files with 1504 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
return {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
workspace = {
library = {
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
[vim.fn.stdpath("config") .. "/lua"] = true,
},
},
},
},
}