aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-01-09 14:23:27 +0800
committerGitHub <noreply@github.com>2020-01-09 14:23:27 +0800
commit4d20abd69f024ecdad4c645bbc1da88a0846d9a0 (patch)
tree58ab37a77b6f27d4f4580be913e0af193456da35 /plugins.vim
parent76834bd25e53861ed15f44ab4981a6568a09c24b (diff)
Update plugins.vim
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim
index 4403797..e64623b 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -468,7 +468,7 @@ let g:Lf_UseCache = 0
let g:Lf_WildIgnore = {
\ 'dir': ['.git', '__pycache__', '.DS_Store'],
\ 'file': ['*.exe', '*.dll', '*.so', '*.o', '*.pyc', '*.jpg', '*.png',
- \ '*.gif', '*.db', '*.tgz', '*.tar.gz', '*.zip', '*.bin', '*.pptx',
+ \ '*.gif', '*.db', '*.tgz', '*.tar.gz', '*.gz', '*.zip', '*.bin', '*.pptx',
\ '*.xlsx', '*.docx', '*.pdf', '*.tmp', '*.wmv', '*.mkv', '*.mp4',
\ '*.rmvb']
\}
@@ -603,7 +603,7 @@ augroup END
"""""""""""""""""""""""""""""" ale settings """""""""""""""""""""""
" linters for different filetypes
let g:ale_linters = {
- \ 'python': ['pylint'],
+ \ 'python': ['pylint', 'flake8'],
\ 'vim': ['vint']
\}