Skip to content

Commit

Permalink
feat: neovim support!
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter committed Jan 18, 2015
1 parent 4b75e48 commit ba03b36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Now you have a choice. The automated script or the manual process.

**or**

1. `rake vim:link` to make the .vimrc symbolic link.
1. `rake vim:link` to make the `.vimrc` and `.nvimrc` symbolic links.
2. Install [Vundle](https://github.com/gmarik/vundle) with `git clone
http://github.com/gmarik/vundle.git bundle/vundle`
3. `vim +PluginInstall +qall`
Expand All @@ -28,8 +28,10 @@ accidents, and startling sex appeal.

## Vim Requirements

* [MacVim](https://github.com/b4winckler/macvim) - I'm currently using
[snapshot 73](https://github.com/b4winckler/macvim/releases) on Mavericks.
* [NeoVim](https://github.com/neovim/neovim) or
[MacVim](https://github.com/b4winckler/macvim) - I'm currently using NeoVim
[via Homebrew](https://github.com/neovim/neovim/wiki/Installing) on OS X
Yosemite.

## Plugin Requirements

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PLUGINS_HEADER = <<-HEADER.chomp
| -------: | :--------- | :-------------- |
HEADER

FILES_TO_LINK = %w{vimrc gvimrc}
FILES_TO_LINK = %w{vimrc gvimrc nvimrc}

task :default => ['vim:link']

Expand Down
1 change: 1 addition & 0 deletions nvimrc

0 comments on commit ba03b36

Please sign in to comment.