mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
enc: cpp global config
This commit is contained in:
parent
bdd33afd27
commit
9a3c7cd78b
4 changed files with 49 additions and 7 deletions
|
@ -74,4 +74,11 @@ if pcode.active_python_config then
|
|||
pcode.nvim_dap = true
|
||||
end
|
||||
end
|
||||
-- run if cpp config true
|
||||
if pcode.active_cpp_config then
|
||||
table.insert(pcode.treesitter_ensure_installed, "cpp")
|
||||
table.insert(pcode.mason_ensure_installed, "clangd")
|
||||
table.insert(pcode.null_ls_ensure_installed, "clang_format")
|
||||
pcode.nvim_dap = true
|
||||
end
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue