diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-07-01 14:37:28 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-07-01 14:37:28 +0200 |
commit | 3cc8d5930f2f2b137c512303105e3850d52cfa98 (patch) | |
tree | a0786af5666a71d346a4d01e0f94ebdffd21adfe | |
parent | 1ae8982e1593305c33cc6d521e603d11bfb8056f (diff) |
ftplugin: use goimports as go_fmt_command
-rw-r--r-- | .vim/ftplugin/go.vim | 1 |
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" |