Skip to content

Commit

Permalink
feat(cpp): make offsetEncoding=utf-8 default in pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Nov 18, 2023
1 parent fd8bd55 commit c9144d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/astrocommunity/pack/cpp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ local utils = require "astrocore"
return {
{
"AstroNvim/astrolsp",
---@type AstroLSPOpts
opts = {
handlers = { clangd = false },
---@diagnostic disable: missing-fields
config = {
clangd = {
capabilities = {
offsetEncoding = "utf-8",
},
},
},
},
},
{
Expand Down

0 comments on commit c9144d4

Please sign in to comment.