diff options
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -355,6 +355,15 @@ augroup encrypted \ setlocal nobin augroup END " }}} +" Golang {{{ +augroup golang + autocmd! + au BufReadPre,BufReadPost *.go + \ set tabstop=8 | + \ set softtabstop=8 | + \ set shiftwidth=8 | +augroup END +" }}} " GitFZF {{{ " from https://git.sr.ht/~sircmpwn/dotfiles/tree/master/item/.vimrc function! GitFZF() |