Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryardley/dotfiles-vim
vim dotfiles
https://github.com/ryardley/dotfiles-vim
Last synced: 10 days ago
JSON representation
vim dotfiles
- Host: GitHub
- URL: https://github.com/ryardley/dotfiles-vim
- Owner: ryardley
- Created: 2016-12-02T16:19:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T12:40:51.000Z (almost 7 years ago)
- Last Synced: 2024-10-26T06:52:43.769Z (about 2 months ago)
- Language: Vim script
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rudi's vim dotfiles
*These are for my benefit but perhaps someone finds them useful too*
# Installation
1. Update vim to at least v8.0 for YCM to work properly
```bash
$ brew install vim
```1. Install ag for your operating system
```bash
$ brew install ag
```2. Run the configure script
```bash
$ ./configure.sh
```
3. Run vim and install all the plugins```bash
$vim
```
Within vim
```vim
:PluginInstall
```
Quit vim
4. Install the remaining plugins```bash
./install.sh
```
You should now have vim configured for javascript editing.