Skip to content

Commit 5a66503

Browse files
committedJul 16, 2019
Removed vimspector as submodule
1 parent c535c8b commit 5a66503

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed
 

‎.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
[submodule ".config/vifm/colors"]
55
path = .config/vifm/colors
66
url = https://github.com/vifm/vifm-colors
7-
[submodule ".vim/pack/vimspector/opt/vimspector"]
8-
path = .vim/pack/vimspector/opt/vimspector
9-
url = https://github.com/puremourning/vimspector.git

‎.vim/configs/plugins/vim-plug.vimrc

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
2222
" }}} Python "
2323
" Debugging {{{ "
2424
if !g:isWindows && !g:isAndroid
25+
Plug 'puremourning/vimspector', { 'do': './install_gadget.py --all --disable-tcl' }
2526
Plug 'Shougo/vimproc.vim', { 'do' : 'make' }
2627
Plug 'idanarye/vim-vebugger', { 'branch': 'develop' }
2728
if has("nvim")

‎.vim/configs/plugins/vimspector.vimrc

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
packadd! vimspector
2-
31
nnoremap <silent> <leader>ds :call vimspector#Launch()<CR>
42
nnoremap <silent> <F9> :call vimspector#Continue()<CR>
53
nnoremap <silent> <leader>dk :call vimspector#Stop()<CR>

‎.vim/pack/vimspector/opt/vimspector

-1
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.