diff --git a/plugins.vim b/plugins.vim index afe878e..9028a2d 100644 --- a/plugins.vim +++ b/plugins.vim @@ -891,5 +891,8 @@ if exists('g:started_by_firenvim') && g:started_by_firenvim autocmd BufEnter *.txt setlocal filetype=markdown.pandoc augroup END endif + +""""""""""""""""""""""""""""""nvim-gdb settings"""""""""""""""""""""""""""""" +nnoremap dp :GdbStartPDB python -m pdb % "}} "}