I'm trying to use the SuperTab plugin to autocomplete with omnicompletion.
in my .vimrc I have this:
" SuperTab settings
let g:SuperTabDefaultCompletionType = "<c-x><c-o>"
(I even tried with <C-X><C-O> and other combinations of capital letters)
but still if I'm in insert mode and try to complete, for example, a
css property with "tab" it doesn't work. It just moves the cursor. But
if I press <c-x><c-o> or <c-p> it works and appear the pop up.
any idea?
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment