Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminch/vim-setup
My vim setup
https://github.com/benjaminch/vim-setup
Last synced: 12 days ago
JSON representation
My vim setup
- Host: GitHub
- URL: https://github.com/benjaminch/vim-setup
- Owner: benjaminch
- Created: 2019-01-13T23:47:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T17:01:36.000Z (over 3 years ago)
- Last Synced: 2024-10-12T22:38:15.551Z (27 days ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-setup
My vim setup for dev env.
This config is based on the super great https://github.com/amix/vimrc repo.## Setup
Install amix/vimrc awesome setup:
```
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
```Then apply options from `my_configs.vim` which add additional options to vim into `~/.vim_runtime` and setup plugins from pathogen listed in `my_plugins.txt`:
```
wget -O - https://raw.githubusercontent.com/benjaminch/vim-setup/master/install.sh | bash
```