diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:35:17 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:35:17 -0700 |
commit | cf22f18457783d61eae358717f7c0f4470052f73 (patch) | |
tree | 326338e1152a973467c75ed259489b38098d5f83 /Makefile | |
parent | [vim] misc stuff (diff) | |
download | emacs.d-cf22f18457783d61eae358717f7c0f4470052f73.tar.gz |
[vim] add plugin for golang
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 36dee84..244a3a6 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ INSTALL = \ gitconfig \ gitignore \ tmux.conf \ + vim \ vimrc git: |