Created
March 5, 2016 23:28
-
-
Save nhooyr/dcee67de0081d830c1ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('.') | |
Plug 'benekastah/neomake' | |
call plug#end() | |
let g:tagbar_autofocus = 1 | |
set statusline+=%{neomake#statusline#QflistStatus('qf:\ ')}%{neomake#statusline#QflistStatus('qf:\ ')} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment