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