...
This commit is contained in:
parent
58a4b4218e
commit
15524ee0fb
1 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
" Scan the following dirs recursively for tags
|
||||
let g:project_tags_dirs = ['kitty', 'kittens', 'tools']
|
||||
if exists('g:ale_linters')
|
||||
let g:ale_linters['python'] = ['mypy', 'ruff']
|
||||
let g:ale_linters['python'] = ['mypy', 'ruff --no-update-check']
|
||||
else
|
||||
let g:ale_linters = {'python': ['mypy', 'ruff']}
|
||||
let g:ale_linters = {'python': ['mypy', 'ruff --no-update-check']}
|
||||
endif
|
||||
let g:ale_python_mypy_executable = './mypy-editor-integration'
|
||||
let g:ycm_python_binary_path = 'python3'
|
||||
set wildignore+==template.py
|
||||
set wildignore+=tags
|
||||
set expandtab
|
||||
|
|
|
|||
Loading…
Reference in a new issue