Metadata-Version: 2.1
Name: plover-retro-surround
Version: 0.0.4
Summary: Surround words you previously typed with arbitrary characters
Home-page: https://github.com/elkowar/plover_retro_surround
Author: ElKowar
License: MIT
Keywords: plover_plugin plover
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: plover (>=4.0.0.dev6)

# Plover Retro surround

Surround an arbitrary amount of words with any string after you've already written them.

## Usage

Add dictionary entries like these:

```json
"SPREPBS": "{:retro_surround:1:(:)}"
"SPREPBS/SPREPBS": "{:retro_surround:2:(:)}"
"SPREPBS/SPREPBS/SPREPBS": "{:retro_surround:3:(:)}"
```
and that's it!


