Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mj-hd/vim-picomap
visualize your code with overview like Visual Studio's minimap (under development)
https://github.com/mj-hd/vim-picomap
neovim rust vim
Last synced: 23 days ago
JSON representation
visualize your code with overview like Visual Studio's minimap (under development)
- Host: GitHub
- URL: https://github.com/mj-hd/vim-picomap
- Owner: mj-hd
- Created: 2020-07-05T12:29:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T07:17:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T08:49:57.313Z (about 1 month ago)
- Topics: neovim, rust, vim
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vim-picomap
visualize your code with overview like Visual Studio's minimap. inspired by [nanomap](https://github.com/hisaknown/nanomap.vim).**🚧 under development 🚧**
![Kapture 2020-08-26 at 00 29 54](https://user-images.githubusercontent.com/6854255/91194887-85102e80-e733-11ea-91c6-070b53d7bfe8.gif)
### TODO
- [ ] highlight search results
- [ ] mouse support## Requirements
- Neovim
## Installation
### vim-plug
```vim
Plug 'mj-hd/vim-picomap', { 'do': 'bash install.sh' }
```## Usage
TODO
## Configuration
### Global variables
- `g:picomap_autostart`: (default: 1) show picomap when vim starts
- `g:picomap_sync_interval`: (default: 100) interval to sync picomap window (ms)
- `g:picomap_gitgutter`: (default: 1) enable visualizing gitgutter's hunk
- `g:picomap_coc`: (default: 1) enable visualizing coc's diagnostics
- `g:picomap_winbled`: (default: 30) opacity of picomap window## Contribution
Welcome PRs!
## Licence
[NYSL](http://www.kmonos.net/nysl/)