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.
- Host: GitHub
- URL: https://github.com/despreston/vimlytics
- Owner: despreston
- Created: 2020-08-15T01:36:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T23:14:44.000Z (almost 6 years ago)
- Last Synced: 2024-04-15T02:20:53.367Z (about 2 years ago)
- Topics: vim, vimrc
- Language: Go
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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
```