diff --git a/home/.vimrc b/home/.vimrc index 6279b60..fa30faf 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -79,3 +79,5 @@ autocmd BufWritePost,FileWritePost *.go execute 'Lint' | cwindow " Use `goimports` instead of `gofmt` let g:go_fmt_command = "goimports" + +nmap :TagbarToggle