1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add nvim-pdb settings

This commit is contained in:
jdhao
2020-01-14 11:38:31 +08:00
committed by GitHub
parent 745ec1862e
commit a9d5dd455d

View File

@@ -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>
"}}
"}