diff --git a/configs/neovim.nix b/configs/neovim.nix index dac8662..4922f06 100644 --- a/configs/neovim.nix +++ b/configs/neovim.nix @@ -27,7 +27,6 @@ deoplete-nvim fzf-vim fzfWrapper - supertab tabular vim-abolish vim-commentary diff --git a/dot/init.vim b/dot/init.vim index c7a8091..8c5cbe2 100644 --- a/dot/init.vim +++ b/dot/init.vim @@ -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