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'
|
||||
" fuzzy finder
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
" sneak motion
|
||||
Plugin 'justinmk/vim-sneak'
|
||||
" Shellcheck Integration
|
||||
Plugin 'itspriddle/vim-shellcheck'
|
||||
" git integration G:
|
||||
|
@ -148,9 +146,6 @@ let g:startify_lists = [
|
|||
\ { 'type': 'commands', 'header': [' Commands'] },
|
||||
\ ]
|
||||
|
||||
" ### vim-sneak
|
||||
let g:sneak#s_next = 1
|
||||
|
||||
" ### quick-scope
|
||||
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
||||
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||
|
|
Loading…
Reference in a new issue