Add tags shortcut (F8)
This commit is contained in:
parent
13863cf411
commit
0fd4218b80
@ -79,3 +79,5 @@ autocmd BufWritePost,FileWritePost *.go execute 'Lint' | cwindow
|
|||||||
|
|
||||||
" Use `goimports` instead of `gofmt`
|
" Use `goimports` instead of `gofmt`
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
|
||||||
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user