feat: Bloated config to hack away at

This commit is contained in:
iodeslykos 2025-02-03 09:34:57 -05:00
parent 3e7690c1f2
commit ea6f2b418d
No known key found for this signature in database
GPG key ID: 1F5DC5CBF6892371
3 changed files with 248 additions and 32 deletions

View file

@ -94,7 +94,13 @@ return {
-- online, please don't ask me how to install them :)
ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want
'delve',
'bash-debug-adapter',
-- 'cpptools',
'debugpy',
-- 'delve',
-- 'java-debug-adapter',
-- 'js-debug-adapter',
-- 'kotlin-debug-adapter',
},
}