mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
58850a0e14
commit
fe291dd769
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
" Scan the following dirs recursively for tags
|
||||
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:ycm_python_binary_path = 'python3'
|
||||
set wildignore+==template.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue