Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 700fe9e

Browse files
authored
Update register.vim
1 parent c9bf339 commit 700fe9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/register.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
" * kotlin: ktfmt
4040
" * lua: luaformatterfiveone
4141
" * nix: nixpkgs-fmt
42-
" * python: autopep8, black, yapf
42+
" * python: autopep8, black, isort, yapf
4343
" * rust: rustfmt
4444
" * sh: shfmt
4545

@@ -71,6 +71,7 @@ call s:registry.AddExtension(codefmt#luaformatterfiveone#GetFormatter())
7171
call s:registry.AddExtension(codefmt#nixpkgs_fmt#GetFormatter())
7272
call s:registry.AddExtension(codefmt#autopep8#GetFormatter())
7373
call s:registry.AddExtension(codefmt#black#GetFormatter())
74+
call s:registry.AddExtension(codefmt#isort#GetFormatter())
7475
call s:registry.AddExtension(codefmt#yapf#GetFormatter())
7576
call s:registry.AddExtension(codefmt#rustfmt#GetFormatter())
7677
call s:registry.AddExtension(codefmt#shfmt#GetFormatter())

0 commit comments

Comments
 (0)