Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/luma-dev/dps-godoc
- Owner: luma-dev
- License: mit
- Created: 2021-08-07T16:28:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T10:36:34.000Z (over 3 years ago)
- Last Synced: 2024-10-30T19:42:56.156Z (2 months ago)
- Topics: golang, neovim, vim, vim-denops
- Language: Vim script
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.