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

https://github.com/despreston/vimlytics

Easy .vimrc inspector.
https://github.com/despreston/vimlytics

vim vimrc

Last synced: 4 months ago
JSON representation

Easy .vimrc inspector.

Awesome Lists containing this project

README

          

![Vimlytics screenshot](/internal/screen.png)

## About

Vimlytics is a golang + vue + redis application that let's users inspect .vimrc files.

- plugins used (vim-plug and vundle)
- common settings and the value
- leader key

## Running

```sh
# via docker-compose
# open UI @ localhost:3001
docker-compose up
```