remove delve from Mason

Committer: Eric Olerud <eric@olerud.com>
This commit is contained in:
Eric Olerud 2024-05-01 13:45:52 -04:00
parent c5a3dbe102
commit ab30b3e054
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ return {
-- online, please don't ask me how to install them :) -- online, please don't ask me how to install them :)
ensure_installed = { ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want -- Update this to ensure that you have the debuggers for the langs you want
'delve', 'clangd',
'json-lsp',
'rust-analyzer',
'lua-language-server',
'stylua',
'xmlformatter',
}, },
} }