dotfiles/vim/.vim/rc.d/20-supertab.vim
2022-08-21 23:38:32 +01:00

8 lines
184 B
VimL

" ==================================================
" SuperTab
" ==================================================
let g:SuperTabDefaultCompletionType = "<C-n>"
" vim:set et sw=2: