diff options
author | Camil Staps | 2016-07-17 22:12:28 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | f7fd0a92372fd1b571b2cee7f6f74a39298c909e (patch) | |
tree | 9fe06b03953c53bd094c69a9eb02018f10176b82 /vim | |
parent | Added tl2016 to path; removed obsolete java options (diff) |
Removed python from active filetypes syntastic
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 0f5f3f1..23a7b6a 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -73,7 +73,6 @@ let g:syntastic_python_pylint_args = '--guess' let g:syntastic_mode_map = { \ "mode": "passive", - \ "active_filetypes": ["python"], \ "passive_filetpyes": [] } " VimTeX |