summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <jesse.luehrs@stripe.com>2015-02-22 16:01:50 -0800
committerJesse Luehrs <doy@tozt.net>2015-02-22 16:07:19 -0800
commitb6843e0c92067124d291e17e757a0be271c2ce18 (patch)
treec8f9942b25b3e1eb35026f922b3d61a643379d11
parentd7a2e281fbefdcb599077f5d6ef3ba4c0ab022d5 (diff)
downloadconf-b6843e0c92067124d291e17e757a0be271c2ce18.tar.gz
conf-b6843e0c92067124d291e17e757a0be271c2ce18.zip
vim config for go
-rw-r--r--.gitmodules3
m---------vim/bundle/go0
-rw-r--r--vim/ftplugin/go.vim1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c0eeceb..69512cf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -85,3 +85,6 @@
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic
+[submodule "vim/bundle/go"]
+ path = vim/bundle/go
+ url = git://github.com/fatih/vim-go
diff --git a/vim/bundle/go b/vim/bundle/go
new file mode 160000
+Subproject 1dc08b20494dce8518bcb1b2478418db5dfcb83
diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim
new file mode 100644
index 0000000..8c0ee12
--- /dev/null
+++ b/vim/ftplugin/go.vim
@@ -0,0 +1 @@
+set ts=4