From b6843e0c92067124d291e17e757a0be271c2ce18 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 22 Feb 2015 16:01:50 -0800 Subject: vim config for go --- vim/ftplugin/go.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftplugin/go.vim (limited to 'vim/ftplugin/go.vim') 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 -- cgit v1.2.3-54-g00ecf