warning: multiple different client offset_encodings detected for buffer, this is not supported yet

应该是升级了 neovim 之后产生的问题?

解决这个问题其实也比较简单,那就是给 clangd 的配置中再上一个配置选项好了。

1
2
3
4
cmd = {
"clangd",
"--offset-encoding=utf-16",
},

参考: https://www.reddit.com/r/neovim/comments/12qbcua/multiple_different_client_offset_encodings/


版权声明: 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!