Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation on how to fix utf-16 issue
* the vim.lsp.protocol.make_client_capabilities() override setting the offsetEncoding to utf-16 for a language server. This circumvents the fix documented e.g. here: https://www.lazyvim.org/configuration/recipes#fix-clangd-offset-encoding * see LazyVim/LazyVim#3028 for a background discussion ending up in finding this issue.
- Loading branch information