From 92b506a601560ded761d12b68bbe0a847f6f19fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 14 Jan 2020 22:28:48 +0100 Subject: [PATCH] fix(git): remove supertab --- configs/neovim.nix | 1 - dot/init.vim | 4 ---- 2 files changed, 5 deletions(-) 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