aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/go.vim
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-04-21 11:40:41 -0400
committerTucker Evans <tuckerevans24@gmail.com>2018-04-21 11:40:41 -0400
commit43ad662f2aa87da22053bdfd4244ec3d710d8c9f (patch)
treef1cc9f2a5d5d926000e9c7a687d64bcecd362ab2 /vim/.vim/ftplugin/go.vim
parentb25579943df28616d757c73ecc5b087e04ddf99f (diff)
Moves vim ftplugins and Edits .vimrc accordingly
Diffstat (limited to 'vim/.vim/ftplugin/go.vim')
-rw-r--r--vim/.vim/ftplugin/go.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/ftplugin/go.vim b/vim/.vim/ftplugin/go.vim
new file mode 100644
index 0000000..736e482
--- /dev/null
+++ b/vim/.vim/ftplugin/go.vim
@@ -0,0 +1,2 @@
+set tw=0
+set cindent