Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: