Browse Source

add ripgrep to nvim config

master
arnaucube 4 years ago
parent
commit
f62633a789
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      init.vim

+ 3
- 0
init.vim

@ -9,6 +9,9 @@ Plug 'scrooloose/nerdcommenter'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" vim-ripgrep
Plug 'jremmen/vim-ripgrep'
" syntastic
Plug 'scrooloose/syntastic'

Loading…
Cancel
Save