blob: 1154de29ba528336384ab7561aac528b21780521 (
plain) (
tree)
|
|
return {
settings = {
Lua = {
diagnostics = {
globals = { "vim" },
},
workspace = {
library = {
[vim.fn.expand "$VIMRUNTIME/lua"] = true,
[vim.fn.stdpath "config" .. "/lua"] = true,
},
},
telemetry = {
enable = false,
},
},
},
}
|