Add rerere and js debugging
This commit is contained in:
@@ -22,11 +22,26 @@ return {
|
||||
'jay-babu/mason-nvim-dap.nvim',
|
||||
|
||||
-- Add your own debuggers here
|
||||
-- Go debugging
|
||||
'leoluz/nvim-dap-go', -- came pre-packaged with this
|
||||
-- Python debugging
|
||||
'mfussenegger/nvim-dap-python',
|
||||
-- C# debugging
|
||||
'nicholasmata/nvim-dap-cs',
|
||||
-- Javascript
|
||||
'mxsdev/nvim-dap-vscode-js',
|
||||
|
||||
-- Other stuff
|
||||
-- adds inline variables
|
||||
'theHamsta/nvim-dap-virtual-text',
|
||||
{
|
||||
'kaiwalter/azure-functions.nvim',
|
||||
config = function()
|
||||
require('azure-functions').setup {
|
||||
compress_log = true,
|
||||
}
|
||||
end,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
-- Basic debugging keymaps, feel free to change to your liking!
|
||||
|
||||
Reference in New Issue
Block a user