Minor refactors & revision across the board
This commit is contained in:
parent
a54d2b3804
commit
6a64f37435
11 changed files with 48 additions and 35 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue