removed unnecessary mason file

This commit is contained in:
Jimmy Bates 2024-06-30 16:25:24 -07:00
parent 9676f7e563
commit 866a9f0307
2 changed files with 0 additions and 23 deletions

View file

@ -1,22 +0,0 @@
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',
},
},
}