Update vim/sumodules, add easymotion/terminus-plugin

main
Steffen Rademacker 6 years ago
parent 9cb48fb975
commit cb0865503c

@ -39,7 +39,6 @@ set sidescrolloff=5
set smartcase
set softtabstop=2
set tabstop=2
set timeout ttimeoutlen=100
set virtualedit=all
set visualbell
set wildmode=list:longest,list:full

@ -7,6 +7,7 @@ call dein#begin(expand('~/.config/nvim/dein'))
call dein#add('Shougo/deoplete.nvim')
call dein#add('Shougo/neosnippet')
call dein#add('christoomey/vim-tmux-navigator')
call dein#add('easymotion/vim-easymotion')
call dein#add('editorconfig/editorconfig-vim')
call dein#add('junegunn/fzf', { 'merged': 0 })
call dein#add('junegunn/fzf.vim', { 'depends': 'fzf' })
@ -25,6 +26,7 @@ call dein#begin(expand('~/.config/nvim/dein'))
call dein#add('webgefrickel/vim-snippets')
call dein#add('wellle/targets.vim')
call dein#add('wellle/tmux-complete.vim')
call dein#add('wincent/terminus')
call dein#end()
" load the default config and mappings

@ -52,3 +52,8 @@ nnoremap <silent> <space>r :History:<cr>
nmap π <Plug>yankstack_substitute_older_paste
nmap<Plug>yankstack_substitute_newer_paste
" EasyMotion
let g:EasyMotion_do_mapping=0
let g:EasyMotion_smartcase=1
nmap <leader>s <Plug>(easymotion-overwin-f)
nmap <leader>S <Plug>(easymotion-overwin-f2)

@ -1 +1 @@
Subproject commit bdbe214453c40908006f1bc53bf0562e93fe957d
Subproject commit 2181247ae1889a0b3f50fc42cf71651b732e7282
Loading…
Cancel
Save