Added vim quickscope and fixed lg alias to work w/o tmux

This commit is contained in:
jon
2022-11-19 21:01:41 -06:00
parent 1841878b94
commit eae719cfb6
2 changed files with 10 additions and 1 deletions

View File

@@ -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'