fix(gdscript): async :documentation lookup handler
Otherwise `+lookup/documentation` will fall through to the next handler whether or not `gdscript-docs-browse-symbol-at-point` is successful. Especially important if `gdscript-docs-use-eww` is nil.
This commit is contained in:
parent
b3ef202451
commit
3b68924723
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
:defer t
|
||||
:config
|
||||
(set-lookup-handlers! 'gdscript-mode
|
||||
:documentation #'gdscript-docs-browse-symbol-at-point)
|
||||
|
||||
:documentation '(gdscript-docs-browse-symbol-at-point :async t))
|
||||
(set-formatter! 'gdformat '("gdformat" "-") :modes '(gdscript-mode))
|
||||
|
||||
(when (modulep! +lsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue