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 c85bdbb commit 08c79a4Copy full SHA for 08c79a4
1 file changed
README.md
@@ -38,6 +38,17 @@ Some configuration examples:
38
39
- Neovim 0.10.2
40
41
+### Using [vim.pack](https://neovim.io/doc/user/pack/)
42
+
43
+In `~/.config/nvim/lua/plugins/smear_cursor.lua`, add:
44
+```lua
45
+vim.pack.add({
46
+ "https://github.com/sphamba/smear-cursor.nvim",
47
+})
48
+require('smear_cursor').setup({
49
+ --your options here
50
51
+```
52
53
### Using [lazy.nvim](https://lazy.folke.io/)
54
0 commit comments