nixos/after/ftplugin/python.vim

9 lines
165 B
VimL
Raw Normal View History

setlocal shiftwidth=4
setlocal softtabstop=4
setlocal textwidth=88
2022-05-17 09:31:06 +01:00
let b:ale_linters = ['mypy', 'flake8']
let b:ale_fixers = ['black']
2021-06-22 09:05:03 +01:00
let g:python_style = 'rest'