tweak(gdscript): gdscript-docs-use-eww = nil
eww is clumsy and slow; taking 4-6 seconds to load and render the page on a good day, so just use the browser instead.
This commit is contained in:
parent
3b68924723
commit
3cc2d83ee8
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
:documentation '(gdscript-docs-browse-symbol-at-point :async t))
|
||||
(set-formatter! 'gdformat '("gdformat" "-") :modes '(gdscript-mode))
|
||||
|
||||
;; eww is clumsy and slow. Best that `gdscript-docs-browse-symbol-at-point'
|
||||
;; simply use the browser.
|
||||
;; REVIEW: Maybe it's permissible if `gdscript-docs-local-path' is set?
|
||||
(setq gdscript-docs-use-eww nil)
|
||||
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'gdscript-mode-local-vars-hook #'lsp! 'append))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue