Remove useless keybinding

This commit is contained in:
Yorick Barbanneau 2022-04-18 00:03:46 +02:00
parent aa0176f411
commit 8c2ffc6202

View file

@ -13,13 +13,6 @@ local t = function(str)
return vim.api.nvim_replace_termcodes(str, true, true, true)
end
vim.api.nvim_set_keymap(
'i',
'<Tab>',
'v:lua.smart_tab()',
{noremap = true, expr = true}
)
-- git sign
-- Actions
local opts = { noremap = true, silent = true}