set breakpoints in pudb directly from vim!

This commit is contained in:
2020-02-29 18:15:24 +01:00
parent 207ad4925f
commit b2981723be
3 changed files with 79 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-eunuch'
Plugin 'majutsushi/tagbar'
Plugin 'vim-python/python-syntax'
" Plugin 'mattn/emmet-vim'
" Plugin 'lepture/vim-jinja'
@@ -37,6 +38,7 @@ call vundle#end()
"Local settings
"{{{
set guifont=Consolas:h12
" set guifont=Consolas:h12
set guifont=JetBrains\ Mono\ 12
colorscheme snowhite
"}}}