Fixed issue with clangd

This commit is contained in:
Dreaded_X 2024-06-13 23:39:00 +02:00
parent 327b4e03e8
commit b578e7bfd4
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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 = {