An open API service indexing awesome lists of open source software.

https://github.com/toddlerya/awesome-vim

针对Pythoner的Vim配置
https://github.com/toddlerya/awesome-vim

List: awesome-vim

autocomplete pythone vim-configuration vim-plugin vim-settings vimrc

Last synced: 5 months ago
JSON representation

针对Pythoner的Vim配置

Awesome Lists containing this project

README

          

# awesome-vim
Pythoner's vim

# Install

#### 1. backup your old .vimrc if it is necessary

```
cp ~/.vimrc ~/.vimrc_bak
```

#### 2. install Vundle

```
clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```

#### 3. install jedi-vim

```
pip install jedi-vim
```

#### 4. get the file

recommend
```
git clone https://github.com/toddlerya/awesome-vim.git && ln -s awesome-vim/vimrc ~/.vimrc
```

#### 5. install Vundle Plugin

Open vim, run the command:
```
:PluginInstall
```
just Wait a moment~

#### 6. Done, enjoy it

------------------------

toddlerya

Email: toddlerya@qq.com

Github: https://github.com/toddlerya