install treesitter languages, LSP and DAP

This commit is contained in:
Harouna Traoré 2023-10-22 23:52:29 +02:00
parent db4f9f9dfb
commit 4fa4ed3f9c
No known key found for this signature in database
GPG key ID: 2F90C44F1BFF0A11
2 changed files with 50 additions and 3 deletions

View file

@ -38,7 +38,7 @@ 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',
'node-debug2-adapter',
},
}