fixing error message of encodings
This commit is contained in:
@@ -6,6 +6,13 @@ lsp.preset("recommended")
|
||||
lsp.ensure_installed({
|
||||
})
|
||||
|
||||
-- set client offset encoding for clang
|
||||
lsp.configure('clangd', {
|
||||
init_options = {
|
||||
offsetEncoding = { "utf-8", "utf-16" }
|
||||
}
|
||||
})
|
||||
|
||||
-- Fix Undefined global 'vim'
|
||||
lsp.configure('sumneko_lua', {
|
||||
settings = {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 8.2 MiB |
Reference in New Issue
Block a user