Skip to content

Commit

Permalink
Merge pull request #214 from daanturo/fix/yas-delay
Browse files Browse the repository at this point in the history
Update yasnippet check
  • Loading branch information
ericdallo committed Apr 1, 2024
2 parents 13c981e + 2c3b594 commit ee476aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ If unspecified, diagnostics will not be generated."
(run-hook-with-args 'lsp-dart-flutter-outline-arrived-hook notification))))
("$/analyzerStatus" #'ignore))
:after-open-fn #'lsp-dart--activate-features
:custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (featurep 'yasnippet))))))
:custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (fboundp #'yas-minor-mode))))))
:server-id 'dart_analysis_server))


Expand Down

0 comments on commit ee476aa

Please sign in to comment.