|
|
@ -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',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|