rm duplicate mapping

This commit is contained in:
siduck76
2021-07-09 17:10:28 +05:30
committed by GitHub
parent 2988a22eb8
commit 3a209318bb

View File

@@ -41,10 +41,7 @@ map("n", "<C-s>", ":w <CR>", opt)
map("n", "<leader>/", ":CommentToggle<CR>", opt)
map("v", "<leader>/", ":CommentToggle<CR>", opt)
map("n", "<C-q>", ":bd! <CR>", opt)
-- compe stuff
local t = function(str)
return vim.api.nvim_replace_termcodes(str, true, true, true)
end