✏️ Config html snips, vimium keybindings

This commit is contained in:
z3rOR0ne 2022-12-11 17:00:33 -08:00
parent 870da16fe7
commit 3aaae907d4
4 changed files with 28 additions and 10 deletions

View file

@ -68,7 +68,7 @@ vim.cmd[[set completeopt=menu,menuone,noselect]]
-- })
-- auto completion doesn't apply to txt files
cmp.setup.filetype({ 'text', 'markdown', 'html' }, {
cmp.setup.filetype({ 'text', 'markdown' }, {
completion = {
autocomplete = false
}