dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6602ea277dc9fd9a09b1cea156bf6b891944b7db (tree)
parent 6ebdb24cb0fbfbbdce35696de70d27bf87973ba2
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Sun,  6 Jan 2019 18:40:48 +0200

remove unnecessary command

Diffstat:
Mvim/.vim/vimrc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -38,7 +38,6 @@ au BufRead,BufNewFile *.avsc setlocal ts=2 sw=2 sws=2 " go au FileType go setlocal noet au FileType go nnoremap <C-]> :GoDef<CR> -au FileType go nnoremap <C-t> <C-o> au FileType go let g:go_fmt_command = "goimports" au FileType go let g:go_template_autocreate = 0