diff --git a/README.md b/README.md index c387315..fa6e845 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,51 @@ Font fallback supports rendering of emoji not contained in the configured font. I've got more ideas for simple unobtrusive improvements. More to come. +## Some Nonsense ;) + +### Cursor Trails and Attention Grabbers + +These are configurable via the `g:neovide_cursor_vfx_mode` global variable. + +#### Railgun + +``` +let g:neovide_cursor_vfx_mode = "railgun" +``` + +#### Torpedo + +``` +let g:neovide_cursor_vfx_mode = "torpedo" +``` + +#### Pixiedust + +``` +let g:neovide_cursor_vfx_mode = "pixiedust" +``` + +#### Sonic Boom + +``` +let g:neovide_cursor_vfx_mode = "sonicboom" +``` + +#### Ripple + +``` +let g:neovide_cursor_vfx_mode = "ripple" +``` + +#### Wireframe + +``` +let g:neovide_cursor_vfx_mode = "wireframe" +``` + + + + ## Install Currently there is just a Windows binary under the [project releases](https://github.com/Kethku/neovide/releases). I'm