Updated repos and added ripgrep to vim
This commit is contained in:
parent
f8d023d097
commit
ff8c7e68a4
|
@ -1 +1 @@
|
|||
Subproject commit 7b2c4327e7d40ec17b72fe7fce3031dfc92fb165
|
||||
Subproject commit fd4571d1b02ac68833a5b5c166395434723b9128
|
5
vimrc
5
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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 146020d9b28c70a5edd93d19bbef9c5cb05d4b62
|
||||
Subproject commit 43f3bc4010b2c697d2252fdd8b36a577ea125881
|
|
@ -1 +1 @@
|
|||
Subproject commit d766243f7a2a920b01a405d8fd0b12cb18f6d5bc
|
||||
Subproject commit 35c8690c0025ceef9584f64da86ced3a72ee32b6
|
Loading…
Reference in New Issue