Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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+

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