chore(nvim): remove vim-go

This commit is contained in:
Rob Watson 2024-11-10 14:47:47 +01:00
parent ee24a7ce17
commit e142630914
1 changed files with 0 additions and 5 deletions

5
nvimrc
View File

@ -276,11 +276,6 @@ let g:vimsyn_embed= 'lPr'
" vim-fugitive
packadd! vim-fugitive " https://github.com/tpope/vim-fugitive.git
" vim-go
" Doesn't work in after/ftplugin/go.vim:
let g:go_def_mapping_enabled = 0
packadd! vim-go " https://github.com/fatih/vim-go.git
" load internal plugins:
runtime macros/matchit.vim