mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-14 11:45:25 +00:00
17 lines
239 B
Lua
17 lines
239 B
Lua
|
return {
|
||
|
settings = {
|
||
|
|
||
|
Lua = {
|
||
|
diagnostics = {
|
||
|
globals = { "vim" },
|
||
|
},
|
||
|
workspace = {
|
||
|
library = {
|
||
|
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
|
||
|
[vim.fn.stdpath("config") .. "/lua"] = true,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|