Skip to content

Commit f1d593b

Browse files
author
Dilawar Singh
committed
Remove syntastic/ use ALE.
1 parent f30b236 commit f1d593b

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

bundle/vundle

vimrc

+1-20
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ let g:languagetool_lang='en'
5555

5656
" csv .
5757
Bundle 'chrisbra/csv.vim'
58+
let g:csv_no_conceal = 1
5859

5960
" tcomment slows things down quite a lot.
6061
" Bundle "tomtom/tcomment_vim"
@@ -81,26 +82,6 @@ set statusline+=%*
8182
" pweave support.
8283
Bundle 'coyotebush/vim-pweave'
8384

84-
""" Syntastic
85-
Bundle 'vim-syntastic/syntastic'
86-
let g:syntastic_always_populate_loc_list = 1
87-
let g:syntastic_auto_loc_list = 1
88-
let g:syntastic_check_on_open = 1
89-
let g:syntastic_check_on_wq = 0
90-
let g:syntastic_ignore_files = ['\m^/usr/', '\m\c\.h$']
91-
let g:syntastic_cpp_compiler_options = ' -std=c++14 '
92-
let g:syntastic_python_checkers = ['pyflakes', 'flake8', 'pylint'] " ['flake8', 'pylint']
93-
let g:syntastic_python_pylint_args = '-E'
94-
let g:syntastic_tex_checkers = ['chktex']
95-
let g:syntastic_php_checkers = ['php']
96-
let g:syntastic_tex_chktex_args = '-n1 -n2 -n3 -n8 -n10 -n11 -n12 -n17 -n25 -n26 -n36 -n37'
97-
let g:syntastic_aggregate_errors = 1
98-
let g:syntastic_mode_map = {
99-
\ "mode": "passive",
100-
\ "active_filetypes": ["ruby", "php"],
101-
\ "passive_filetypes": ["python"] }
102-
map <F8> :SyntasticCheck<CR>
103-
10485
" ALE
10586
Bundle "w0rp/ale"
10687
let g:airline#extensions#ale#enabled = 1

0 commit comments

Comments
 (0)