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
- Host: GitHub
- URL: https://github.com/mrtazz/vim-tinygo
- Owner: mrtazz
- License: mit
- Created: 2016-05-02T14:22:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T21:42:25.000Z (over 8 years ago)
- Last Synced: 2025-03-21T02:29:09.089Z (over 1 year ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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