Skip to content

Commit

Permalink
Fix the offset encoding for clangd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Dec 4, 2024
1 parent 0552234 commit 8391676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stow/common/dot-config/nvim/lua/config_plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ require('mason-lspconfig').setup({
cmd = {
"clangd",
"--background-index",
"--header-insertion=never"
"--header-insertion=never",
"--offset-encoding=utf-16",
},
})
end,
Expand Down

0 comments on commit 8391676

Please sign in to comment.