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

https://github.com/mrtazz/vim-tinygo

tiny configuration for writing Go in VIM
https://github.com/mrtazz/vim-tinygo

Last synced: about 1 month ago
JSON representation

tiny configuration for writing Go in VIM

Awesome Lists containing this project

README

          

# vim-tinygo

Collection of vim settings for a minimal setup.

## Motivation

I used the vim plugin provided with the go distribution for a long time.
However it got discontinued and the "officially endorsed" plugin now is
[vim-go][vim_go]. It's an awesome one, and you should take a look at it.
However for me I just wanted to keep the tiny version of it with a small
manageable feature set. So I pulled out the things I want into some settings
in my vimrc. Eventually my vimrc got too big, so I decided to move all the
things into here.

## Features
- enable go, gofmt, golint, and govet syntastic checkers
- run go fmt on buffer write

[vim_go]: https://github.com/fatih/vim-go