mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update plugins.vim
This commit is contained in:
parent
76834bd25e
commit
4d20abd69f
@ -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']
|
||||
\}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user