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

Commit c9bf339

Browse files
authored
Update flags.vim
1 parent cb7462c commit c9bf339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instant/flags.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ call s:plugin.Flag('yapf_executable', 'yapf')
8888
" The path to the black executable.
8989
call s:plugin.Flag('black_executable', 'black')
9090

91+
""
92+
" The path to the black executable.
93+
call s:plugin.Flag('isort_executable', 'isort')
94+
9195
""
9296
" The path to the gn executable.
9397
call s:plugin.Flag('gn_executable', 'gn')

0 commit comments

Comments
 (0)