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配置
- Host: GitHub
- URL: https://github.com/toddlerya/awesome-vim
- Owner: toddlerya
- License: mit
- Created: 2017-09-08T13:44:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T14:14:43.000Z (over 8 years ago)
- Last Synced: 2024-05-19T08:00:43.873Z (about 2 years ago)
- Topics: autocomplete, pythone, vim-configuration, vim-plugin, vim-settings, vimrc
- Language: Vim script
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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