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

5 lines
197 B
Plaintext
Raw Normal View History

2021-07-03 12:13:25 +00:00
{# Use TAB for autocompletion #}
{{ add_source('ervandew/supertab') -}}
let g:SuperTabDefaultCompletionType = "<c-n>" " Go down when completing
let g:SuperTabContextDefaultCompletionType = "<c-n>"