...
This commit is contained in:
parent
58850a0e14
commit
fe291dd769
@ -1,6 +1,10 @@
|
|||||||
" Scan the following dirs recursively for tags
|
" Scan the following dirs recursively for tags
|
||||||
let g:project_tags_dirs = ['kitty', 'kittens']
|
let g:project_tags_dirs = ['kitty', 'kittens']
|
||||||
let g:ale_linters = {'python': ['mypy', 'flake8'], }
|
if exists('g:ale_linters')
|
||||||
|
let g:ale_linters['python'] = ['mypy', 'flake8']
|
||||||
|
else
|
||||||
|
let g:ale_linters = {'python': ['mypy', 'flake8']}
|
||||||
|
endif
|
||||||
let g:ale_python_mypy_executable = './mypy-editor-integration'
|
let g:ale_python_mypy_executable = './mypy-editor-integration'
|
||||||
let g:ycm_python_binary_path = 'python3'
|
let g:ycm_python_binary_path = 'python3'
|
||||||
set wildignore+==template.py
|
set wildignore+==template.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user