1 Star 0 Fork 0

landyak / python-vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 867 Bytes
一键复制 编辑 原始数据 按行查看 历史

python-vim

vim configure file add my first vim configure file for python

#Installl vundle for vim

  1. 在~/目录下面创建 .vim 目录,然后再创建 .vim/bundle

  2. cd ~/.vim/bundle 目录,然后执行 git clone https://github.com/gmarik/vundle.git 等待完成

  3. 在 ~/.vimrc这个文件的头部加上配置

#Install ctrlp for vim

  1. Clone the plugin into a separate directory:

    $ cd ~/.vim $ git clone https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim Or if you prefer Mercurial: $ hg clone https://bitbucket.org/kien/ctrlp.vim bundle/ctrlp.vim

  2. Add to your ~/.vimrc:

    set runtimepath^=~/.vim/bundle/ctrlp.vim

  3. Run at Vim's command line:

    :helptags ~/.vim/bundle/ctrlp.vim/doc

#Install color schema "vim-colors-solarized"

  1. add line to .vimrc

    Plugin 'altercation/vim-colors-solarized'

  2. run :VundleInstall

1
https://gitee.com/metcaac/python-vim.git
git@gitee.com:metcaac/python-vim.git
metcaac
python-vim
python-vim
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891