summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1ee1c31..50fe698 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -364,10 +364,10 @@ augroup END
" Golang {{{
augroup golang
autocmd!
- autocmd FileType go
+ au BufReadPre,BufReadPost *.go
\ set tabstop=8 |
\ set softtabstop=8 |
- \ set shiftwidth=8
+ \ set shiftwidth=8 |
augroup END
" }}}
" GitFZF {{{