init: Update comment on termguicolors
[vimconf.git] / init.vim
index c97a142a3345e793f5af5076ecad34093edecd79..80b80ee612d7c43541ade42879e4ce35f7e35cef 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -99,7 +99,6 @@ else
     " Setting termguicolors has two implications:
     " - Breaks colors for some versions of mosh, but not if tmux is used on top of
     "   mosh. See https://github.com/mobile-shell/mosh/issues/928
-    " - Breaks some colors in :terminal, e.g., when launching gdb in vim.
     set termguicolors
     let g:gruvbox_italic = 1
 endif
@@ -304,7 +303,8 @@ let s:normal_mode_mappings = [
       \ ]
 
 " termdebug split windows
-let g:termdebug_wide=1
+let g:termdebug_wide = 1
+let termdebugger = $HOME . '/.vim/gdb.sh'
 
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""