performance stuff

This commit is contained in:
Christian Nieves
2024-05-29 18:39:20 +00:00
parent d3a6c45a98
commit 6e639bf24a
10 changed files with 146 additions and 194 deletions

View File

@ -7,6 +7,7 @@ function M.setup(capabilities)
local configs = require("lspconfig.configs")
configs.ciderlsp = {
default_config = {
offset_encoding = "utf-16",
cmd = {
"/google/bin/releases/cider/ciderlsp/ciderlsp",
"--tooltag=nvim-lsp",
@ -26,7 +27,7 @@ function M.setup(capabilities)
"bzl",
"typescript",
},
root_dir = lspconfig.util.root_pattern("BUILD"),
root_dir = lspconfig.util.root_pattern("google3/*BUILD"),
settings = {},
},
}