diff --git a/dot_dotfiles/vim/vimrc.d/20-plugins.vim b/dot_dotfiles/vim/vimrc.d/20-plugins.vim index 01d526f..5f2b4e9 100644 --- a/dot_dotfiles/vim/vimrc.d/20-plugins.vim +++ b/dot_dotfiles/vim/vimrc.d/20-plugins.vim @@ -57,7 +57,7 @@ Plug 'scrooloose/nerdtree' Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' " ripgrep integration -Plug 'jremmen/vim-ripgrep' +" Plug 'jremmen/vim-ripgrep' " haskell auto completer (general intellisense autocomplete?) Plug 'neoclide/coc.nvim', {'branch': 'release'} " haskell support