dotfiles/config/automatrop/roles/vim/templates/plugins/supertab.j2

8 lines
339 B
Plaintext
Raw Normal View History

2021-07-03 12:13:25 +00:00
{# Use TAB for autocompletion #}
{{ add_source('ervandew/supertab') -}}
2021-07-04 07:54:33 +00:00
let g:SuperTabLongestEnhanced = 1
let g:SuperTabLongestHighlight = 1
{# TODO longest doesn't work, even when longest is set in completeopt #}
2021-07-03 12:13:25 +00:00
let g:SuperTabDefaultCompletionType = "<c-n>" " Go down when completing
let g:SuperTabContextDefaultCompletionType = "<c-n>"