@@ -55,6 +55,7 @@ let g:languagetool_lang='en'
55
55
56
56
" csv .
57
57
Bundle ' chrisbra/csv.vim'
58
+ let g: csv_no_conceal = 1
58
59
59
60
" tcomment slows things down quite a lot.
60
61
" Bundle "tomtom/tcomment_vim"
@@ -81,26 +82,6 @@ set statusline+=%*
81
82
" pweave support.
82
83
Bundle ' coyotebush/vim-pweave'
83
84
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
-
104
85
" ALE
105
86
Bundle " w0rp/ale"
106
87
let g: airline #extensions#ale#enabled = 1
0 commit comments