From eadc268fe6028a2d98aa35b00a4f6eb98e80a657 Mon Sep 17 00:00:00 2001 From: psox Date: Mon, 6 Jun 2022 10:34:21 +0100 Subject: [PATCH] set go ts --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 2a9c9bd..fa6c612 100644 --- a/vimrc +++ b/vimrc @@ -230,7 +230,7 @@ let g:rainbow_active = 1 augroup PsoxFileAutos autocmd! autocmd FileType yaml setlocal indentkeys-=<:> ts=8 sts=2 sw=2 expandtab - autocmd FileType go setlocal ts=8 sts=4 sw=4 noexpandtab + autocmd FileType go setlocal ts=4 sts=4 sw=4 noexpandtab \| autocmd BufWritePre silent :call CocAction('format') " Tidy nerdtree windiw autocmd FileType nerdtree setlocal nocursorcolumn nonumber norelativenumber signcolumn=no