Skip to content

Commit 67d0240

Browse files
committed
Update documentation
1 parent 880fbe4 commit 67d0240

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

website/docs/configuration.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,3 +1234,30 @@ Only for the `railgun` vfx mode.
12341234

12351235
Sets the velocity rotation speed of particles. The higher, the less particles actually move and look
12361236
more "nervous", the lower, the more it looks like a collapsing sine wave.
1237+
1238+
### Automatic settings, should be turned on/off for debug purposes only
1239+
1240+
Note: These settings will be removed when the features are deemed stable. In most cases they are
1241+
only here because the automatic detection of Neovim nightly versions does not always work.
1242+
1243+
#### Autodetect mouse grid
1244+
1245+
VimScript:
1246+
1247+
```vim
1248+
let g:neovide_has_mouse_grid_detection = v:true
1249+
```
1250+
1251+
Lua:
1252+
1253+
```lua
1254+
vim.g.neovide_has_mouse_grid_detection = true
1255+
```
1256+
1257+
**Unreleased yet.**
1258+
1259+
**Requires Neovim 0.12.0.**
1260+
1261+
Neovim will detect the mouse grid for much better mouse compatibility when enabled. This is
1262+
automaticaly enabled starting from Neovim Nightly September 20. 2025. You should not try to enable
1263+
it manually for unsupported versions, since the behaviour is undefined.

0 commit comments

Comments
 (0)