Nvim: update clangd_extensions with new config format

This commit is contained in:
Robert Kmieć
2023-08-08 10:04:36 +02:00
parent 8e017728d2
commit 0db7f3a9c2
3 changed files with 99 additions and 27 deletions

View File

@@ -97,6 +97,6 @@ return {
},
}
vim.opt.foldmethod = "expr"
-- vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
end
}