summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-07-01 14:37:28 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-07-01 14:37:28 +0200
commit3cc8d5930f2f2b137c512303105e3850d52cfa98 (patch)
treea0786af5666a71d346a4d01e0f94ebdffd21adfe
parent1ae8982e1593305c33cc6d521e603d11bfb8056f (diff)
ftplugin: use goimports as go_fmt_command
-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"