From 35c2f22ed9158fbf7da044586f3281729119f0c6 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Fri, 29 Oct 2021 17:14:48 +0200 Subject: [PATCH] Removed ripgrep from plugins, caused issue. --- dot_dotfiles/vim/vimrc.d/20-plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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