Tweaks to vimrc config.
This commit is contained in:
parent
0e830afa2b
commit
e123b1569a
4
.vimrc
4
.vimrc
@ -56,6 +56,10 @@ let groovy_allow_cpp_keywords = 1
|
||||
|
||||
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.
|
||||
" Expects property lines to match /private \w\+ \w\+/
|
||||
" Requires mark A to be set at the current property line start and mark B to
|
||||
|
Loading…
x
Reference in New Issue
Block a user