Some updates - buit a lot of failed attempts at cpp check :(

This commit is contained in:
Jimmy Bates 2024-04-25 00:57:14 -07:00
parent fd1ad576f1
commit 3263437b01
5 changed files with 31 additions and 5 deletions

View file

@ -0,0 +1,22 @@
return {
'williamboman/mason.nvim',
opts = {
ensure_installed = {
'yamllint',
'codespell',
'stylua', -- Used to format Lua code
'cpplint',
'clangd',
'clang-format',
'codelldb',
'cmake-language-server',
'ruff',
'pyright',
'prettier',
'autopep8',
'djlint',
'typescript-language-server',
'deno',
},
},
}