Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luma-dev/dps-godoc

Handy Godoc Viewer in your favorite editors :octocat:
https://github.com/luma-dev/dps-godoc

golang neovim vim vim-denops

Last synced: about 2 months ago
JSON representation

Handy Godoc Viewer in your favorite editors :octocat:

Awesome Lists containing this project

README

        

# dps-godoc

## Installation

Install [`denops`](https://github.com/vim-denops/denops.vim) beforehand.

## Usage

### Import-word under the cursor

```vim
:Godoc
```

### Provide argument

```vim
:Godoc net/http
```

## Credits

- Highly inspired by https://github.com/mattn/vim-godoc and brought some codes from this repository under the MIT License.