https://github.com/dfm/dotvim
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfm/dotvim
- Owner: dfm
- License: mit
- Created: 2011-10-14T04:02:04.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:17:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T06:18:55.167Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## First time
From the command line
```bash
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
pip install jedi flake8
```
From inside vim
```viml
:BundleInstall
```