We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c79a4 commit b3376e4Copy full SHA for b3376e4
1 file changed
README.md
@@ -40,13 +40,14 @@ Some configuration examples:
40
41
### Using [vim.pack](https://neovim.io/doc/user/pack/)
42
43
-In `~/.config/nvim/lua/plugins/smear_cursor.lua`, add:
+In your `~/.config/nvim/init.lua`, add:
44
```lua
45
vim.pack.add({
46
"https://github.com/sphamba/smear-cursor.nvim",
47
})
48
+
49
require('smear_cursor').setup({
- --your options here
50
+ -- Your options
51
52
```
53
0 commit comments