We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231a13 commit ceca149Copy full SHA for ceca149
.vimrc
@@ -1164,12 +1164,14 @@ augroup END
1164
1165
nmap <leader>ff :Rg<CR>
1166
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>
+"=====[ termdebug Configuration ]=====================
+"packadd termdebug
+"nmap <F9> :Break<cr>
+"nmap <F10> :Over<cr>
+"nmap <F11> :Step<cr>
+"nmap <F12> :Finish<cr>
1173
+"nmap <S-F12> :Until<cr>
1174
+
1175
"=====[ Vim-Ollama Configuration ]=====================
1176
let g:ollama_enabled = 1
1177
" default chat model
0 commit comments