diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:24:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-04 09:24:35 +0100 |
commit | af0d7448982881a5e2d63aff8e2d9c2f47582e8f (patch) | |
tree | f4924d5b309035c448d0cb23a6251f51cb60248e /vim/ftplugin/python.vim | |
parent | 186ba16ae2c7dafcc1ed39a5fe244ab91f4e58ab (diff) | |
download | myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.tar.gz myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.tar.bz2 myconfigs-af0d7448982881a5e2d63aff8e2d9c2f47582e8f.zip |
vim: various tweaks and improvements
Diffstat (limited to 'vim/ftplugin/python.vim')
-rw-r--r-- | vim/ftplugin/python.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index c854e6e..55e7692 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1,5 +1,2 @@ -setlocal colorcolumn=88 -setlocal textwidth=88 - let b:ale_linters = ['pylsp', 'pylint', 'mypy', 'pydocstyle'] let b:ale_fixers = ['isort', 'black', 'remove_trailing_lines', 'trim_whitespace'] |