smear-cursor
URL: https://github.com/sphamba/smear-cursor.nvim/
Maintainers: Gaetan Lepage
A Neovim plugin that adds a smear effect to the cursor when moving quickly.
plugins.smear-cursor.enable
Whether to enable smear-cursor.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.smear-cursor.package
The smear-cursor package to use.
Type: package
Default:
pkgs.vimPlugins.smear-cursor-nvim
Declared by:
plugins.smear-cursor.autoLoad
Whether to automatically load smear-cursor when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.smear-cursor.settings
Options provided to the require('smear_cursor').setup function.
Type: lua value
Default:
{ }
Example:
{
distance_stop_animating = 0.5;
hide_target_hack = false;
stiffness = 0.8;
trailing_stiffness = 0.5;
}
Declared by: