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: 3 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T17:17:47.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T12:43:38.619Z (7 months ago)
- Topics: elixir, semaphore-open-source, vim-scripts
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- 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()
```