diff --git a/.vimrc b/.vimrc index 83a59fd..05f356d 100644 --- a/.vimrc +++ b/.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