Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/92hackers/vim-gop
A vim plugin for Go+
https://github.com/92hackers/vim-gop
Last synced: about 1 month ago
JSON representation
A vim plugin for Go+
- Host: GitHub
- URL: https://github.com/92hackers/vim-gop
- Owner: 92hackers
- Created: 2021-11-08T04:16:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T11:20:37.000Z (about 3 years ago)
- Last Synced: 2023-03-01T03:12:09.503Z (over 1 year ago)
- Language: Vim script
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim-gop
A vim plugin for [Go+](https://github.com/goplus/gop).
## Features
* Syntax highlight
* Jump to definition (in progress)
* Auto Completion (in progress)## How to install
You can install vim-gop with below popular package managers:
* [Vim 8 packages](http://vimhelp.appspot.com/repeat.txt.html#packages)
* `git clone https://github.com/92hackers/vim-gop.git ~/.vim/pack/plugins/start/vim-gop`If you use vim 8 or later versions, we recommend install vim-gop with vim-8's builtin package manager.
* [Pathogen](https://github.com/tpope/vim-pathogen)
* `git clone https://github.com/92hackers/vim-gop.git ~/.vim/bundle/vim-gop`* [Vundle](https://github.com/VundleVim/Vundle.vim)
* `Plugin '92hackers/vim-gop'`* [vim-plug](https://github.com/junegunn/vim-plug)
* `Plug '92hackers/vim-gop'`## Thanks
The project mainly referenced from [vim-go](https://github.com/fatih/vim-go).
## License
MIT