Skip to content

Commit

Permalink
Document other layers in go
Browse files Browse the repository at this point in the history
Fix syl20bnr#2750

[ci-skip]
  • Loading branch information
TheBB committed Sep 30, 2015
1 parent a88ce1c commit b668eb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layers/+lang/go/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This layer adds extensive support for go.

** Features:
- gofmt on file save
- Auto-completion using [[https://github.com/nsf/gocode/tree/master/emacs][go-autocomplete]]
- Auto-completion using [[https://github.com/nsf/gocode/tree/master/emacs][go-autocomplete]] (with the =auto-completion= layer)
- Source analysis using [[http://golang.org/s/oracle-user-manual][go-oracle]]

* Install
Expand All @@ -35,6 +35,9 @@ You will need =gocode= and =godef=:

Make sure that =gocode= executable is in your PATH.

For best results, make sure that the =auto-completion= and =syntax-checking=
layers are enabled as well.

** Layer
To use this contribution add it to your =~/.spacemacs=

Expand Down

0 comments on commit b668eb6

Please sign in to comment.