mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
More typing work
Also use a mypy based linter when editing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" Scan the following dirs recursively for tags
|
||||
let g:project_tags_dirs = ['kitty']
|
||||
let g:syntastic_python_flake8_exec = 'flake8'
|
||||
let g:project_tags_dirs = ['kitty', 'kittens']
|
||||
let g:syntastic_python_checkers = ['pylama']
|
||||
let g:ycm_python_binary_path = 'python3'
|
||||
set wildignore+==template.py
|
||||
set wildignore+=tags
|
||||
|
||||
Reference in New Issue
Block a user