From 90c9bc8ded5faa8d18c52fb1ce2b05e128c9ba48 Mon Sep 17 00:00:00 2001 From: TaoBeier Date: Tue, 11 Oct 2016 14:00:42 +0800 Subject: [PATCH] remove vim-debug --- README-zh.md | 8 +++----- README.md | 8 +++----- vimrc | 16 ---------------- 3 files changed, 6 insertions(+), 26 deletions(-) diff --git a/README-zh.md b/README-zh.md index 1f9a8d1..f58075d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -12,7 +12,7 @@ `sudo apt-get install python vim exuberant-ctags git` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **依赖**(RedHat/CentOS 平台) @@ -20,7 +20,7 @@ `sudo yum install python vim ctags git` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **依赖**(Mac OS 平台) @@ -28,7 +28,7 @@ `wget http://tenet.dl.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz && tar -zxvf ctags-5.8.tar.gz && cd ctags-5.8 && ./configure && make && sudo make install` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **下载vimrc 文件到用户主目录** @@ -60,8 +60,6 @@ Plugin 'gmarik/vundle' " Plugins from github repos: -" Python and PHP Debugger -Plugin 'fisadev/vim-debug.vim' " Better file browser Plugin 'scrooloose/nerdtree' " Code commenter diff --git a/README.md b/README.md index 0574cb3..ec07d38 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ `sudo apt-get install python vim exuberant-ctags git` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **Dependencies**(RedHat/CentOS platform) @@ -22,7 +22,7 @@ `sudo yum install python vim ctags git` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **Dependencies**(Mac OS platform) @@ -30,7 +30,7 @@ `wget http://tenet.dl.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz && tar -zxvf ctags-5.8.tar.gz && cd ctags-5.8 && ./configure && make && sudo make install` - `sudo pip install dbgp vim-debug pep8 flake8 pyflakes isort` + `sudo pip install dbgp pep8 flake8 pyflakes isort` * **Download vimrc file to user home directory** @@ -63,8 +63,6 @@ Plugin 'gmarik/vundle' " Plugins from github repos: -" Python and PHP Debugger -Plugin 'fisadev/vim-debug.vim' " Better file browser Plugin 'scrooloose/nerdtree' " Code commenter diff --git a/vimrc b/vimrc index 0586429..d795c3e 100644 --- a/vimrc +++ b/vimrc @@ -37,8 +37,6 @@ Plugin 'gmarik/vundle' " Plugins from github repos: -" Python and PHP Debugger -Plugin 'fisadev/vim-debug.vim' " Better file browser Plugin 'scrooloose/nerdtree' " Code commenter @@ -314,20 +312,6 @@ let NERDTreeIgnore = ['\.pyc$', '\.pyo$'] " show pending tasks list map :TaskList -" Vim-debug ------------------------------ - -" disable default mappings, have a lot of conflicts with other plugins -let g:vim_debug_disable_mappings = 1 -" add some useful mappings -" map :Dbg over -" map :Dbg into -" map :Dbg out -" map :Dbg here -" map :Dbg break -" map :Dbg watch -" map :Dbg down -" map :Dbg up - " CtrlP ------------------------------ " file finder mapping