We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d927656 commit dbbbca4Copy full SHA for dbbbca4
autoload/codefmt/dartfmt.vim
@@ -23,7 +23,7 @@ function! codefmt#dartfmt#GetFormatter() abort
23
let l:formatter = {
24
\ 'name': 'dartfmt',
25
\ 'setup_instructions': 'Install the Dart SDK from ' .
26
- \ 'https://github.com/google/vim-codefmt'}
+ \ 'https://dart.dev/get-dart'}
27
28
function l:formatter.IsAvailable() abort
29
return executable(s:plugin.Flag('dartfmt_executable'))
0 commit comments