Some updates - buit a lot of failed attempts at cpp check :(
This commit is contained in:
parent
fd1ad576f1
commit
3263437b01
5 changed files with 31 additions and 5 deletions
22
lua/custom/plugins/mason.lua
Normal file
22
lua/custom/plugins/mason.lua
Normal 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',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue