enc: cpp confug default

This commit is contained in:
asep.komarudin 2024-06-24 12:05:25 +07:00
parent 22fef75144
commit f7c84d58f8
6 changed files with 46 additions and 39 deletions

View file

@ -79,6 +79,7 @@ if pcode.active_cpp_config then
table.insert(pcode.treesitter_ensure_installed, "cpp")
table.insert(pcode.treesitter_ensure_installed, "c")
table.insert(pcode.mason_ensure_installed, "clangd")
table.insert(pcode.null_ls_ensure_installed, "clang_format")
table.insert(pcode.dap_ensure_installed, "codelldb")
pcode.nvim_dap = true
end