mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace +lsp|init with lsp! autodef
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
"goimports"))))
|
||||
|
||||
(if (featurep! +lsp)
|
||||
(add-hook 'go-mode-hook #'+lsp|init)
|
||||
(add-hook 'go-mode-hook #'lsp!)
|
||||
(add-hook 'go-mode-hook #'go-eldoc-setup))
|
||||
|
||||
(map! :map go-mode-map
|
||||
|
Reference in New Issue
Block a user