docs(go): add doctor check for gopls executable
This commit is contained in:
parent
7b7940bb37
commit
6fc5fe56f2
1 changed files with 4 additions and 0 deletions
|
@ -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."))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue