mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
add plugins to manage session files
This commit is contained in:
parent
1f9eb8b0d7
commit
25ed627870
@ -288,6 +288,10 @@ endif
|
|||||||
if g:is_mac || g:is_linux
|
if g:is_mac || g:is_linux
|
||||||
Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' }
|
Plug 'sakhnik/nvim-gdb', { 'do': ':!./install.sh \| UpdateRemotePlugins' }
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Session management plugin
|
||||||
|
Plug 'tpope/vim-obsession'
|
||||||
|
Plug 'dhruvasagar/vim-prosession'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"}}
|
"}}
|
||||||
"}
|
"}
|
||||||
@ -939,5 +943,9 @@ endif
|
|||||||
|
|
||||||
""""""""""""""""""""""""""""""nvim-gdb settings""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""nvim-gdb settings""""""""""""""""""""""""""""""
|
||||||
nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR>
|
nnoremap <leader>dp :<C-U>GdbStartPDB python -m pdb %<CR>
|
||||||
|
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""prosession settings""""""""""""""""""""""""""""""
|
||||||
|
let g:prosession_dir = stdpath('data') . '/prosession'
|
||||||
"}}
|
"}}
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user