https://github.com/icholy/gdoc
syntax highlighting and tab completion for godoc
https://github.com/icholy/gdoc
Last synced: 3 months ago
JSON representation
syntax highlighting and tab completion for godoc
- Host: GitHub
- URL: https://github.com/icholy/gdoc
- Owner: icholy
- Created: 2013-08-21T15:37:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T19:10:24.000Z (over 9 years ago)
- Last Synced: 2025-04-13T17:13:36.607Z (3 months ago)
- Language: Shell
- Size: 2.49 MB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDOC
## This doesn't work anymore. I've contributed updated changes into the oh-my-zsh golang plugin.
> OH-MY-ZSH plugin which adds tab completion and syntax highlighting to godoc
## Setup
**install source highligher**
``` sh
$ sudo apt-get install highlight
```**clone to the plugin directory**
``` sh
$ cd $ZSH/plugins
$ git clone https://github.com/icholy/gdoc
```**enable plugin in `~/.zshrc`**
``` sh
plugins=(gdoc)
```## Demo
