diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:51:45 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:51:45 +0100 |
commit | ba7a783c7f3d3c923ef151e4d3e99e087831ef69 (patch) | |
tree | 4f6beff52e14a5415c5e036d6478eb092c940952 /README.md | |
parent | f58692a6410c6ce13de0eb6f03ab7e918ed7d1e5 (diff) | |
download | vim-polyglot-ba7a783c7f3d3c923ef151e4d3e99e087831ef69.tar.gz vim-polyglot-ba7a783c7f3d3c923ef151e4d3e99e087831ef69.zip |
Pack compiler configuration with go, closes #84
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent, ftdetect) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin, ftdetect) - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent, ftdetect) -- [go](https://github.com/fatih/vim-go) (syntax, indent, ftdetect) +- [go](https://github.com/fatih/vim-go) (syntax, compiler, indent, ftdetect) - [groovy](https://github.com/vim-scripts/groovy.vim) (syntax) - [haml](https://github.com/tpope/vim-haml) (syntax, indent, compiler, ftplugin, ftdetect) - [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin, ftdetect) |