vim: vim-sneak entfernt
This commit is contained in:
parent
cf2172a998
commit
29b8ad1161
1 changed files with 0 additions and 5 deletions
5
.vimrc
5
.vimrc
|
@ -12,8 +12,6 @@ Plugin 'sheerun/vim-polyglot'
|
||||||
Plugin 'unblevable/quick-scope'
|
Plugin 'unblevable/quick-scope'
|
||||||
" fuzzy finder
|
" fuzzy finder
|
||||||
Plugin 'ctrlpvim/ctrlp.vim'
|
Plugin 'ctrlpvim/ctrlp.vim'
|
||||||
" sneak motion
|
|
||||||
Plugin 'justinmk/vim-sneak'
|
|
||||||
" Shellcheck Integration
|
" Shellcheck Integration
|
||||||
Plugin 'itspriddle/vim-shellcheck'
|
Plugin 'itspriddle/vim-shellcheck'
|
||||||
" git integration G:
|
" git integration G:
|
||||||
|
@ -148,9 +146,6 @@ let g:startify_lists = [
|
||||||
\ { 'type': 'commands', 'header': [' Commands'] },
|
\ { 'type': 'commands', 'header': [' Commands'] },
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
" ### vim-sneak
|
|
||||||
let g:sneak#s_next = 1
|
|
||||||
|
|
||||||
" ### quick-scope
|
" ### quick-scope
|
||||||
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
||||||
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||||
|
|
Loading…
Reference in a new issue