Tweaks to vimrc config.

This commit is contained in:
Jonathan Bernard 2020-01-01 20:26:52 -06:00
parent 0e830afa2b
commit e123b1569a

4
.vimrc
View File

@ -56,6 +56,10 @@ let groovy_allow_cpp_keywords = 1
cmap w!! w !sudo tee > /dev/null % cmap w!! w !sudo tee > /dev/null %
let g:tsuquyomi_disable_quickfix = 1
let g:ale_set_loclist = 0
let g:ale_set_quickfix = 0
" Generate Java Getter and Setter for one property. " Generate Java Getter and Setter for one property.
" Expects property lines to match /private \w\+ \w\+/ " Expects property lines to match /private \w\+ \w\+/
" Requires mark A to be set at the current property line start and mark B to " Requires mark A to be set at the current property line start and mark B to