Minor refactors & revision across the board

This commit is contained in:
Henrik Lissner 2020-07-31 01:39:24 -04:00
parent a54d2b3804
commit 6a64f37435
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
11 changed files with 48 additions and 35 deletions

View file

@ -12,6 +12,10 @@
:config
(set-lookup-handlers! 'gdscript-mode
:documentation #'gdscript-docs-browse-symbol-at-point)
(when (featurep! +lsp)
(add-hook 'gdscript-mode-local-vars-hook #'lsp!))
(map! :localleader
:map gdscript-mode-map
@ -27,7 +31,4 @@
(:prefix ("f" . "format")
"b" #'gdscript-format-buffer
"r" #'gdscript-format-region))
(when (featurep! +lsp)
(add-hook 'gdscript-mode-local-vars-hook #'lsp!)))
"r" #'gdscript-format-region)))