1 Star 0 Fork 0

landyak / python-vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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

空文件

简介

vim configure file 展开 收起
Jupyter Notebook 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/metcaac/python-vim.git
git@gitee.com:metcaac/python-vim.git
metcaac
python-vim
python-vim
master

搜索帮助