We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc65561 commit ed524d2Copy full SHA for ed524d2
lua/astrocommunity/pack/cpp/init.lua
@@ -6,7 +6,7 @@ return {
6
"AstroNvim/astrolsp",
7
optional = true,
8
opts = function(_, opts)
9
- opts.config = vim.tbl_deep_extend("keep", opts, {
+ opts.config = vim.tbl_deep_extend("keep", opts.config, {
10
clangd = {
11
capabilities = {
12
offsetEncoding = "utf-8",
0 commit comments