Skip to content

Commit

Permalink
Update nvim config
Browse files Browse the repository at this point in the history
  • Loading branch information
ojiry committed May 11, 2020
1 parent 56aaeff commit bd35b3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/nvim/dein.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repo = '/usr/local/opt/fzf'

[[plugins]]
repo = 'junegunn/fzf.vim'
depends = ['fzf']
hook_add = '''
nnoremap <Leader>fb :Buffers<CR>
nnoremap <Leader>fd :Files $HOME/ghq/github.com/ojiry/dotfiles<CR>
Expand All @@ -58,17 +59,14 @@ repo = 'tpope/vim-dispatch'
[[plugins]]
repo = 'tpope/vim-endwise'

[[plugins]]
repo = 'tpope/vim-fugitive'

[[plugins]]
repo = 'tpope/vim-repeat'

[[plugins]]
repo = 'tpope/vim-rhubarb'
hook_add = '''
nmap <silent> gb :Gbrowse<CR>
vmap <silent> gb :Gbrowse<CR>
nmap <silent> <Leader>gb :Gbrowse<CR>
vmap <silent> <Leader>gb :Gbrowse<CR>
'''

[[plugins]]
Expand Down

0 comments on commit bd35b3e

Please sign in to comment.