From 87e48f4427da2ab506ce07cff95a17235525f087 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Apr 2017 13:25:36 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .vimrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index f82c723..c3441c7 100644 --- a/.vimrc +++ b/.vimrc @@ -86,6 +86,7 @@ Plugin 'tpope/vim-repeat' Plugin 'SudoEdit' Plugin 'rking/ag.vim' +Plugin 'Chun-Yang/vim-action-ag' Plugin 'scrooloose/nerdtree' Plugin 'majutsushi/tagbar' @@ -100,6 +101,8 @@ Plugin 'joonty/vim-phpqa.git' Plugin 'jamessan/vim-gnupg' +Plugin 'editorconfig/editorconfig-vim' + call vundle#end() syntax on filetype plugin indent on @@ -184,6 +187,17 @@ inoremap :NERDTreeToggle let python_highlight_all = 1 +" Syntastic +let g:syntastic_enable_perl_checker = 1 + +let g:syntastic_always_populate_loc_list = 1 +let g:syntastic_auto_loc_list = 1 +autocmd BufRead,BufNewFile PKGBUILD let g:syntastic_auto_loc_list = 0 +let g:syntastic_check_on_open = 1 +let g:syntastic_check_on_wq = 0 +let g:syntastic_perl_perlcritic_post_args = '--verbose "\%s:\%f:\%l:\%c: \%p: \%m\n"' + + " Ultisnips let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsExpandTrigger="" -- cgit v1.2.3-24-g4f1b