Added vim quickscope and fixed lg alias to work w/o tmux
This commit is contained in:
@@ -118,8 +118,12 @@ let g:jedi#popup_select_first = 0
|
||||
"let g:colorizer_auto_color = 1
|
||||
let g:colorizer_auto_filetype='css,html,c'
|
||||
|
||||
"quick-scope config
|
||||
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||
|
||||
call plug#begin('~/.vim/plugged') " vim-plug
|
||||
|
||||
Plug 'unblevable/quick-scope'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'vim-scripts/indentpython.vim'
|
||||
Plug 'scrooloose/syntastic'
|
||||
|
||||
Reference in New Issue
Block a user