fixed my super tab functionality

This commit is contained in:
Daveanand Mannie
2024-09-02 22:09:06 -04:00
parent 4396b9442b
commit 1123686a26
2 changed files with 15 additions and 10 deletions

View File

@@ -12,13 +12,3 @@ vim.cmd("colorscheme wildcharm")
-- increase the time before whichkey pops up
vim.o.timeoutlen = 1400
--tab auto complete
local cmp = require'cmp'
cmp.setup({
mapping = {
['<Tab>'] = cmp.mapping.confirm({ select = true }),
}
})