https://github.com/edenreich/vim-on-speeds
My a vim configuration setup
https://github.com/edenreich/vim-on-speeds
Last synced: 4 months ago
JSON representation
My a vim configuration setup
- Host: GitHub
- URL: https://github.com/edenreich/vim-on-speeds
- Owner: edenreich
- Created: 2020-09-03T22:37:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T20:44:44.000Z (about 5 years ago)
- Last Synced: 2025-03-06T05:33:10.231Z (7 months 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 on speeds
A fully configured vim installation with my favorite plugins.
## Installation
```sh
curl -sSL https://raw.githubusercontent.com/edenreich/vim-on-speeds/master/install.sh | sudo -E sh
vim +PlugInstall
```