From ff8c7e68a429d25fec456f810c78c55fcead158f Mon Sep 17 00:00:00 2001 From: psox Date: Wed, 11 Sep 2019 09:09:50 +0000 Subject: [PATCH] Updated repos and added ripgrep to vim --- oh-my-zsh | 2 +- vimrc | 5 +++++ zsh-custom/plugins/zsh-autosuggestions | 2 +- zsh-custom/plugins/zsh-syntax-highlighting | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/oh-my-zsh b/oh-my-zsh index 7b2c432..fd4571d 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 7b2c4327e7d40ec17b72fe7fce3031dfc92fb165 +Subproject commit fd4571d1b02ac68833a5b5c166395434723b9128 diff --git a/vimrc b/vimrc index 46a4ffd..30378ba 100644 --- a/vimrc +++ b/vimrc @@ -17,6 +17,7 @@ call plug#begin("$VIMHOME/plugged") Plug 'vim-scripts/taglist.vim' Plug 'pearofducks/ansible-vim' Plug 'luochen1990/rainbow' + Plug 'jremmen/vim-ripgrep' if v:version > 704 Plug 'Valloric/YouCompleteMe' Plug 'prabirshrestha/async.vim' @@ -84,6 +85,10 @@ cmap w!! w !sudo tee % > /dev/null let g:ycm_server_keep_logfiles = 1 let g:ycm_server_log_level = 'debug' +" ripgrep settings +let g:rg_highlight = true +let g:rg_derive_root = true + set modeline set modelines=7 diff --git a/zsh-custom/plugins/zsh-autosuggestions b/zsh-custom/plugins/zsh-autosuggestions index 146020d..43f3bc4 160000 --- a/zsh-custom/plugins/zsh-autosuggestions +++ b/zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit 146020d9b28c70a5edd93d19bbef9c5cb05d4b62 +Subproject commit 43f3bc4010b2c697d2252fdd8b36a577ea125881 diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index d766243..35c8690 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit d766243f7a2a920b01a405d8fd0b12cb18f6d5bc +Subproject commit 35c8690c0025ceef9584f64da86ced3a72ee32b6