mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs(go): add doctor check for gopls executable
This commit is contained in:
committed by
Henrik Lissner
parent
7b7940bb37
commit
6fc5fe56f2
@ -22,3 +22,7 @@
|
|||||||
(require 'company-go)
|
(require 'company-go)
|
||||||
(unless (executable-find company-go-gocode-command)
|
(unless (executable-find company-go-gocode-command)
|
||||||
(warn! "Couldn't find gocode. Code completion won't work")))
|
(warn! "Couldn't find gocode. Code completion won't work")))
|
||||||
|
|
||||||
|
(when (and (featurep! +lsp)
|
||||||
|
(not (executable-find "gopls")))
|
||||||
|
(warn! "Couldn't find gopls."))
|
||||||
|
Reference in New Issue
Block a user