Skip to content

Commit ceca149

Browse files
committed
disable termdebug plugin, still prefer my cgdb integration
1 parent 7231a13 commit ceca149

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.vimrc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,12 +1164,14 @@ augroup END
11641164

11651165
nmap <leader>ff :Rg<CR>
11661166
1167-
packadd termdebug
1168-
nmap <F9> :Break<cr>
1169-
nmap <F10> :Over<cr>
1170-
nmap <F11> :Step<cr>
1171-
nmap <F12> :Finish<cr>
1172-
nmap <S-F12> :Until<cr>
1167+
"=====[ termdebug Configuration ]=====================
1168+
"packadd termdebug
1169+
"nmap <F9> :Break<cr>
1170+
"nmap <F10> :Over<cr>
1171+
"nmap <F11> :Step<cr>
1172+
"nmap <F12> :Finish<cr>
1173+
"nmap <S-F12> :Until<cr>
1174+
11731175
"=====[ Vim-Ollama Configuration ]=====================
11741176
let g:ollama_enabled = 1
11751177
" default chat model

0 commit comments

Comments
 (0)