mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-17 16:21:12 +02:00
added debugger vscode js
This commit is contained in:
parent
4b43e2f49e
commit
8d05a545d1
61 changed files with 888 additions and 7 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue