Skip to content

Commit dbbbca4

Browse files
Ryan Wienerdbarnett
authored andcommitted
Change the dartfmt_executable to point to "dart format".
This is because dartfmt has been replaced by dart format.
1 parent d927656 commit dbbbca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/codefmt/dartfmt.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function! codefmt#dartfmt#GetFormatter() abort
2323
let l:formatter = {
2424
\ 'name': 'dartfmt',
2525
\ 'setup_instructions': 'Install the Dart SDK from ' .
26-
\ 'https://github.com/google/vim-codefmt'}
26+
\ 'https://dart.dev/get-dart'}
2727

2828
function l:formatter.IsAvailable() abort
2929
return executable(s:plugin.Flag('dartfmt_executable'))

0 commit comments

Comments
 (0)