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