Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/unite-goimport.vim
https://github.com/supermomonga/unite-goimport.vim
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/unite-goimport.vim
- Owner: supermomonga
- Created: 2014-03-21T02:18:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T14:37:54.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T06:49:09.143Z (4 days ago)
- Language: VimL
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
## Unite-goimport
This makes importing go package easy with `Unite.vim`.
## Install
I recommend to use `NeoBundle.vim` to install this plugin.
```vim
NeoBundleLazy 'supermomonga/unite-goimport.vim', { 'depends' : [ 'Shougo/unite.vim', 'fatih/vim-go' ] }
if neobundle#tap('unite-goimport.vim')
call neobundle#config({
\ 'autoload' : {
\ 'unite_sources' : [
\ 'goimport'
\ ]
\ }
\ })
endif
```## Usage
`:Unite goimport`
## Licence
MIT Licence