mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user