Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryardley/dotfiles-vim

vim dotfiles
https://github.com/ryardley/dotfiles-vim

Last synced: 10 days ago
JSON representation

vim dotfiles

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.