Update README.md

macos-click-through
Keith Simmons 5 years ago committed by GitHub
parent f25d317b1b
commit c5b82a31fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save