7 lines
97 B
Lua
7 lines
97 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
init_options = {
|
|
buildDirectory = "build",
|
|
},
|
|
}
|