mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
add: c treesitter deefault config
This commit is contained in:
parent
e3dcee7c35
commit
f0f7958de7
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue