Add rg and fzf installations
This commit is contained in:
parent
07ec31112a
commit
6c92b3dec6
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue