index
:
dotfiles
main
dotfiles for almost everything I use
yigit sever
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
after
/
ftplugin
/
python.vim
blob: 845fd4bd65f0ef6ed1799a65462838feb2321b00 (
plain
)
1
2
3
4
let
b
:ale_fixers
=
[
'yapf'
,
'isort'
]
let
b
:ale_linters
=
[
'pylint'
]