summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/go.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/go.vim')
-rw-r--r--.vim/ftplugin/go.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftplugin/go.vim b/.vim/ftplugin/go.vim
new file mode 100644
index 0000000..049e245
--- /dev/null
+++ b/.vim/ftplugin/go.vim
@@ -0,0 +1 @@
+let g:go_fmt_command = "goimports"