File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -1235,6 +1235,35 @@ Only for the `railgun` vfx mode.
12351235Sets the velocity rotation speed of particles. The higher, the less particles actually move and look
12361236more "nervous", the lower, the more it looks like a collapsing sine wave.
12371237
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.
1264+
1265+
1266+
12381267<!--
12391268 vim: textwidth=100
12401269-->
You can’t perform that action at this time.
0 commit comments