https://github.com/viccon/vim-pulse
Maps autocommands to remote procedure calls to the pulse server
https://github.com/viccon/vim-pulse
Last synced: 8 months ago
JSON representation
Maps autocommands to remote procedure calls to the pulse server
- Host: GitHub
- URL: https://github.com/viccon/vim-pulse
- Owner: viccon
- Created: 2022-09-22T06:18:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:05:18.000Z (about 2 years ago)
- Last Synced: 2025-09-13T04:41:49.301Z (9 months ago)
- Language: Vim Script
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
Harvesting metadata from your coding sessions.
This plugin maps autocommands to remote procedure calls. The calls include the
absolute path to the current buffer. The server uses that information to find
the file and extract some metadata.
The server and client resides in [this][1] repository.
## Requirements
For the plugin to work you need to do the following:
- Build the server and client binaries and place them somewhere in your $PATH.
- Make sure you have uuidgen installed and in your $PATH.
[1]: https://github.com/creativecreature/code-harvest