Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renderedtext/vim-elixir-alternative-files

Vim script for alternating between test and implementation files for Elixir
https://github.com/renderedtext/vim-elixir-alternative-files

elixir semaphore-open-source vim-scripts

Last synced: 27 days ago
JSON representation

Vim script for alternating between test and implementation files for Elixir

Awesome Lists containing this project

README

        

# vim-elixir-alternative-files

Vim script for alternating between test and implementation files for Elixir

## Installation with Vundle:

```
Plugin 'renderedtext/vim-elixir-alternative-files'
```

Currently, you have to define a shortcut:

```
nnoremap :call ElixirAlternateFile()
```