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