Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Latest commit

 

History

History

vim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vim plugin for gotests

This is Vim plugin for gotests.

Install & Configuration

To use this plugin, you need to install gotests binary itself first. To install, run go get:

$ go get github.com/tcnksm/gotests

To install, use well known plugin manager. You can add the following lines and execute the plugin's install:

  • vim-plug
    • Plug 'tcnksm/gotests', { 'rtp': 'editor/vim' }
  • NeoBundle
    • NeoBundle 'tcnksm/gotests', { 'rtp': 'editor/vim' }
  • Vundle
    • Plugin 'tcnksm/gotests', { 'rtp': 'editor/vim' }

If you don't use any plugin manager, run the following command and link to the plugin path,

$ sh $GOPATH/src/github.com/tcnksm/gotests/editor/vim/symlink.sh

Author

@htm