astro-nvim-v3 - change lsp and highlighting
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
return {
|
||||
capabilities = {
|
||||
offsetEncoding = "utf-8",
|
||||
},
|
||||
cmd = {
|
||||
"clangd",
|
||||
"--background-index",
|
||||
"--clang-tidy",
|
||||
"--all-scopes-completion",
|
||||
"--header-insertion=iwyu",
|
||||
"--completion-style=detailed",
|
||||
"--fallback-style=Microsoft",
|
||||
},
|
||||
init_options = {
|
||||
clangdFileStatus = true,
|
||||
usePlaceholders = false,
|
||||
completeUnimported = true,
|
||||
},
|
||||
}
|
||||
-- return {
|
||||
-- capabilities = {
|
||||
-- offsetEncoding = "utf-8",
|
||||
-- },
|
||||
-- cmd = {
|
||||
-- "clangd",
|
||||
-- "--background-index",
|
||||
-- "--clang-tidy",
|
||||
-- "--all-scopes-completion",
|
||||
-- "--header-insertion=iwyu",
|
||||
-- "--completion-style=detailed",
|
||||
-- "--fallback-style=Microsoft",
|
||||
-- },
|
||||
-- init_options = {
|
||||
-- clangdFileStatus = true,
|
||||
-- usePlaceholders = false,
|
||||
-- completeUnimported = true,
|
||||
-- },
|
||||
-- }
|
||||
|
||||
Reference in New Issue
Block a user