Skip to content

Commit

Permalink
docs: move toggling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 4, 2024
1 parent 29a2c0e commit 4fb32d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This plugin is intended for terminals/GUIs that can only display text and do not

## 📦 Installation

> [!NOTE]
> After enabling the plugin in your configuration, you can toggle the smear cursor on and off with the `:SmearCursorToggle` command or with `:lua require("smear_cursor").toggle()`.

### Minimum requirements

- Neovim 0.10.2
Expand Down Expand Up @@ -40,9 +44,6 @@ call plug#end()
lua require('smear_cursor').enabled = true
```

> [!NOTE]
> After enabling the plugin in your configuration, you can toggle the smear cursor on and off with the `:SmearCursorToggle` command or with `:lua require("smear_cursor").toggle()`.

## ⚙ Configuration

Expand Down

0 comments on commit 4fb32d9

Please sign in to comment.