added debugger vscode js

This commit is contained in:
Tawfeeq 2025-01-19 11:54:28 +01:00
parent 4b43e2f49e
commit 8d05a545d1
61 changed files with 888 additions and 7 deletions

View file

@ -46,5 +46,7 @@ local toggle_terminal = function()
end
end
vim.api.nvim_create_user_command('Floaterminal', toggle_terminal, {})
vim.keymap.set({ 'n', 't' }, '<space>tt', toggle_terminal)
return {
vim.api.nvim_create_user_command('Floaterminal', toggle_terminal, {}),
vim.keymap.set({ 'n', 't' }, '<space>ft', toggle_terminal),
}