https://github.com/22a/vimstalled-api
:droplet: An API for a vim plugin extension
https://github.com/22a/vimstalled-api
Last synced: 9 months ago
JSON representation
:droplet: An API for a vim plugin extension
- Host: GitHub
- URL: https://github.com/22a/vimstalled-api
- Owner: 22a
- Created: 2016-07-31T15:32:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T15:34:41.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T01:13:25.058Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vimstalled API
This is the api for a stupid [chrome extension](https://github.com/22a/vimstalled) I'm writing.
The interesting thing about this piece of code is that it was written by a person who doesn't know Elixir and has been googling how solve problems as they arise.
I really wouldn't recommend reading it, I'll come back and rewrite this after I've learned how to use the language.
## Installation
Install bits and bobs
```
mix deps.get
```
Fire and forget
```
mix run --no-halt
```