Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renderedtext/vim-elixir-alternative-files
- Owner: renderedtext
- Created: 2016-06-08T07:51:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T17:17:47.000Z (about 2 years ago)
- Last Synced: 2024-04-10T06:55:32.529Z (9 months ago)
- Topics: elixir, semaphore-open-source, vim-scripts
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```