Add rg and fzf installations

This commit is contained in:
Cyryl Płotnicki 2019-02-25 16:12:27 +00:00
parent 07ec31112a
commit 6c92b3dec6
2 changed files with 3 additions and 1 deletions

View file

@ -31,7 +31,7 @@ nmap <leader>d :LspDeclaration<CR>
nmap <leader>D :LspDefinition<CR>
nmap <leader>e :LspNextError<CR>
nmap <leader><CR> :LspCodeAction<CR>
nmap <leader>f :Rg
" tree
map <leader>n :NERDTreeToggle<CR>

View file

@ -14,6 +14,8 @@ Plug 'drmingdrmer/vim-toggle-quickfix'
Plug 'editorconfig/editorconfig-vim'
Plug 'godlygeek/tabular'
Plug 'https://github.com/cyplo/vim-colors-solarized.git'
Plug 'jremmen/vim-ripgrep'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'kien/ctrlp.vim'
Plug 'mhinz/vim-startify'