https://github.com/mattn/vim-particle
Particle effects for Vim on Windows
https://github.com/mattn/vim-particle
particle vim vim-plugin windows
Last synced: 3 months ago
JSON representation
Particle effects for Vim on Windows
- Host: GitHub
- URL: https://github.com/mattn/vim-particle
- Owner: mattn
- Created: 2015-11-30T08:12:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T12:24:30.000Z (3 months ago)
- Last Synced: 2026-03-20T05:29:04.918Z (3 months ago)
- Topics: particle, vim, vim-plugin, windows
- Language: C
- Homepage:
- Size: 2.78 MB
- Stars: 134
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-particle
https://github.com/user-attachments/assets/32e2178c-1e45-4009-a4b3-840ac4c73acf
https://github.com/user-attachments/assets/86bf5417-b378-4e41-af1c-1a97744e94df
https://github.com/user-attachments/assets/46cd3529-4aae-4dbe-9b65-29c81a016676
## Usage
```vim
:ParticleOn " Syntax color particles
:ParticleRainbow " Pastel rainbow particles
:ParticleUnko " Poops particles
:ParticleOff " Stop
```
### Options
```vim
let g:particle_count = 3 " Number of particles per keystroke (1-10, default: 3)
```
## Requirements
* Windows or Linux (X11)
* Linux requires a compositor (picom, compton, etc.) for transparency
## Installation
```
make
```
Pre-built binaries are available on the [Releases](../../releases) page.
Rename to `particle.exe` (Windows) or `particle` (Linux) and place in the plugin directory.
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a mattn)