feat(nvim): add GoFillStruct keymap

This commit is contained in:
Rob Watson 2023-09-19 08:16:45 +02:00
parent 3105d6c769
commit 9ee391ac98
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ nmap <silent> <leader>gV <c-w><c-o>:vsplit<bar>:GoAlternate!<cr>
nmap <silent> <leader>gs :split<bar>:GoAlternate!<cr>
nmap <silent> <leader>gS <c-w><c-o>:split<bar>:GoAlternate!<cr>
nmap <silent> <leader>gat <esc>:GoAddTags<cr>
nmap <silent> <leader>gfs <esc>:GoFillStruct<cr>
nmap <silent> <leader>grt <esc>:GoRemoveTags<cr>
nmap <silent> <leader>gec <esc>:up<bar>:GoErrCheck<cr>