diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-14 11:38:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-14 11:38:31 +0800 |
| commit | a9d5dd455d11fdd90bf09fb4d14ef23ebfe52c37 (patch) | |
| tree | 1c387b0d8ebd1d3fccb60ff1aa93c22aaee5bb14 | |
| parent | 745ec1862e73fa7a02af3885d4041300849c2314 (diff) | |
Add nvim-pdb settings
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 <leader>dp :GdbStartPDB python -m pdb %<CR> "}} "} |
