update nvim add formatters

This commit is contained in:
2023-02-14 17:48:36 +01:00
parent 52851b8f6f
commit e5b3c1996a
3 changed files with 52 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
function _G.set_terminal_keymaps()
local opts = { buffer = 0 }
vim.keymap.set("t", "<esc>", [[<C-\><C-n>]], opts)
vim.keymap.set("t", "<C-esc>", [[<C-\><C-n>]], opts)
end
-- if you only want these mappings for toggle term use term://*toggleterm#* instead