diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-25 22:49:55 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-25 23:30:57 +0100 |
commit | 1970054228b3a9a3a8fc99af723ee13c147e7747 (patch) | |
tree | 2f151b709a06980ecb3c3b96930a6d518a1e15ed /vim/ftplugin/python.vim | |
parent | fe804beeb41d149cc3e3c714061484e651ba48db (diff) | |
download | myconfigs-1970054228b3a9a3a8fc99af723ee13c147e7747.tar.gz myconfigs-1970054228b3a9a3a8fc99af723ee13c147e7747.tar.bz2 myconfigs-1970054228b3a9a3a8fc99af723ee13c147e7747.zip |
Migrate from vim to nvim
Diffstat (limited to 'vim/ftplugin/python.vim')
-rw-r--r-- | vim/ftplugin/python.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim deleted file mode 100644 index 55e7692..0000000 --- a/vim/ftplugin/python.vim +++ /dev/null @@ -1,2 +0,0 @@ -let b:ale_linters = ['pylsp', 'pylint', 'mypy', 'pydocstyle'] -let b:ale_fixers = ['isort', 'black', 'remove_trailing_lines', 'trim_whitespace'] |