From e14263091475a92bc68f058ca83670700f582843 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 10 Nov 2024 14:47:47 +0100 Subject: [PATCH] chore(nvim): remove vim-go --- nvimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nvimrc b/nvimrc index eba1454..d99c0e0 100644 --- a/nvimrc +++ b/nvimrc @@ -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