mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
enc: cpp config default
This commit is contained in:
parent
1a91af074f
commit
d3b57e0fa6
6 changed files with 57 additions and 53 deletions
|
@ -102,11 +102,11 @@ if pcode.active_python_config then
|
|||
end
|
||||
-- run if cpp config true
|
||||
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")
|
||||
-- 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
|
||||
-- run if java config true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue