Files
nvim/after/lsp/cmake.lua
T

7 lines
97 B
Lua

---@type vim.lsp.Config
return {
init_options = {
buildDirectory = "build",
},
}