dotfiles/neovim/.config/nvim/rc.d/20-supertab.vim
Diogo Cordeiro c6cc2d3f9d first commit
2021-02-18 17:53:07 +00:00

8 lines
184 B
VimL

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