add: c treesitter deefault config

This commit is contained in:
asep.komarudin 2024-06-22 21:14:35 +07:00
parent e3dcee7c35
commit f0f7958de7

View file

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