signify keymaps

This commit is contained in:
Christian Nieves
2023-12-06 00:07:58 +00:00
parent 8845a4303e
commit afd1089deb
9 changed files with 102 additions and 44 deletions

View File

@ -26,7 +26,7 @@ function M.setup(capabilities)
"bzl",
"typescript",
},
root_dir = lspconfig.util.root_pattern("google3/*BUILD"),
root_dir = lspconfig.util.root_pattern("BUILD"),
settings = {},
},
}
@ -54,7 +54,7 @@ function M.setup(capabilities)
"typescript",
"javascript",
},
root_dir = lspconfig.util.root_pattern("google3/*BUILD"),
root_dir = lspconfig.util.root_pattern("BUILD"),
settings = {},
},
}