1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 02:31:09 +01:00

fix(git): remove supertab

This commit is contained in:
Kierán Meinhardt
2020-01-14 22:28:48 +01:00
parent 800dd22fad
commit 92b506a601
2 changed files with 0 additions and 5 deletions

View File

@@ -27,7 +27,6 @@
deoplete-nvim
fzf-vim
fzfWrapper
supertab
tabular
vim-abolish
vim-commentary

View File

@@ -156,10 +156,6 @@ let g:deoplete#sources._ = ['ale', 'file', 'omni', 'buffer']
" let g:deoplete#sources#rust#racer_binary = $HOME . '/.cargo/bin/racer'
" let g:deoplete#sources#rust#rust_source_path = substitute(system('rustc --print sysroot'), '\n$', '', '') . '/lib/rustlib/src/rust/src'
" if exists("g:loaded_supertab")
let g:SuperTabDefaultCompletionType = 'context'
" endif
let g:haskell_enable_quantification = 1
let g:haskell_enable_recursivedo = 1
let g:haskell_enable_arrowsyntax = 1