trying another way to fix multiple client offset error

This commit is contained in:
talksik
2023-10-05 07:23:27 -07:00
parent f89a02bc13
commit a6ffcf2277
+1 -1
View File
@@ -9,7 +9,7 @@ lsp.ensure_installed({
-- set client offset encoding for clang
lsp.configure('clangd', {
init_options = {
offsetEncoding = { "utf-8", "utf-16" }
offsetEncoding = { "utf-8" }
}
})