Skip to content

Commit

Permalink
remove pydirect
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Aug 1, 2018
1 parent 0b407b3 commit 3f6be8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Plug 'jiangmiao/auto-pairs'
Plug 'scrooloose/nerdtree'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'rkulla/pydiction'
Plug 'godlygeek/tabular'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Expand Down Expand Up @@ -229,6 +228,8 @@ let g:ycm_warning_symbol = '>*'
let g:ycm_seed_identifiers_with_syntax = 1
let g:ycm_complete_in_comments = 1
let g:ycm_complete_in_strings = 1
let g:ycm_server_python_interpreter = '/usr/bin/python'
let g:ycm_python_binary_path = 'python'
nnoremap <leader>u :YcmCompleter GoToDeclaration<cr>
" 已经使用cpp-mode插件提供的转到函数实现的功能
" nnoremap <leader>i :YcmCompleter GoToDefinition<cr>
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ An automatic configuration program for vim
| [vim-easymotion][23] | 强大的光标快速移动工具,强大到颠覆你的插件观 |
| [incsearch.vim][24] | 模糊字符搜索插件 |
| [markdown-preview][26] | markdown实时预览 |
| [pydiction][32] | 基于字典的python语法补全 |
| [vim-fugitive][36] | 集成Git |
| [gv][64] | 显示git提交记录 |
| [vim-slash][50] | 优化搜索,移动光标后清除高亮 |
Expand Down Expand Up @@ -265,7 +264,6 @@ An automatic configuration program for vim
[25]: https://github.com/mhinz/vim-startify
[26]: https://github.com/iamcco/markdown-preview.vim
[27]: https://github.com/chxuan/change-colorscheme
[32]: https://github.com/rkulla/pydiction
[36]: https://github.com/tpope/vim-fugitive
[37]: https://pan.baidu.com/s/1i481Eeh
[38]: https://github.com/Valloric/YouCompleteMe
Expand Down

0 comments on commit 3f6be8f

Please sign in to comment.