From a9d5dd455d11fdd90bf09fb4d14ef23ebfe52c37 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 14 Jan 2020 11:38:31 +0800 Subject: [PATCH] Add nvim-pdb settings --- plugins.vim | 3 +++ 1 file changed, 3 insertions(+) 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 % "}} "}