mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
fix(git): remove supertab
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
deoplete-nvim
|
deoplete-nvim
|
||||||
fzf-vim
|
fzf-vim
|
||||||
fzfWrapper
|
fzfWrapper
|
||||||
supertab
|
|
||||||
tabular
|
tabular
|
||||||
vim-abolish
|
vim-abolish
|
||||||
vim-commentary
|
vim-commentary
|
||||||
|
|||||||
@@ -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#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'
|
" 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_quantification = 1
|
||||||
let g:haskell_enable_recursivedo = 1
|
let g:haskell_enable_recursivedo = 1
|
||||||
let g:haskell_enable_arrowsyntax = 1
|
let g:haskell_enable_arrowsyntax = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user