mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user