Skip to content

Commit b3376e4

Browse files
committed
docs: change lua path of vim.pack installation instructions
1 parent 08c79a4 commit b3376e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ Some configuration examples:
4040

4141
### Using [vim.pack](https://neovim.io/doc/user/pack/)
4242

43-
In `~/.config/nvim/lua/plugins/smear_cursor.lua`, add:
43+
In your `~/.config/nvim/init.lua`, add:
4444
```lua
4545
vim.pack.add({
4646
"https://github.com/sphamba/smear-cursor.nvim",
4747
})
48+
4849
require('smear_cursor').setup({
49-
--your options here
50+
-- Your options
5051
})
5152
```
5253

0 commit comments

Comments
 (0)