Fixed issue with clangd
This commit is contained in:
parent
327b4e03e8
commit
b578e7bfd4
|
@ -2,7 +2,9 @@ local tools = {}
|
|||
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
tools.servers = {
|
||||
clangd = {},
|
||||
clangd = {
|
||||
cmd = { "clangd", "--offset-encoding=utf-16", "--clang-tidy" },
|
||||
},
|
||||
gopls = {},
|
||||
pyright = {},
|
||||
rust_analyzer = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user