fix(nvim): remove golang plugin

This commit is contained in:
George Rawlinson 2021-08-02 04:15:40 +00:00
parent 5d63526f97
commit 6cd5aa30ed
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 0 additions and 7 deletions

View File

@ -84,10 +84,3 @@ let g:syntastic_zsh_checkers = ['zsh']
" python host paths
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python'
" golang support preferences
let g:go_def_mode = 'gopls'
let g:go_fmt_command = "goimports"
let g:go_def_mapping_enabled = 1 " hijacks gd
nnoremap <leader>gd :GoDocBrowser<CR>