Skip to content

Commit 91cc2a6

Browse files
authoredJan 22, 2025
Merge pull request #10 from jaidetree/patch-1
2 parents 366935e + 3ca790e commit 91cc2a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ possible.
4040

4141
```lua
4242
{
43-
"https://git.sr.ht/~swaits/zellij-nav.nvim",
43+
"swaits/zellij-nav.nvim",
4444
lazy = true,
4545
event = "VeryLazy",
4646
keys = {
@@ -57,7 +57,7 @@ possible.
5757

5858
```lua
5959
{
60-
"https://git.sr.ht/~swaits/zellij-nav.nvim",
60+
"https://github.com/swaits/zellij-nav.nvim",
6161
config = function()
6262
require("zellij-nav").setup()
6363

@@ -74,7 +74,7 @@ possible.
7474
### [vim-plug](https://github.com/junegunn/vim-plug)
7575

7676
```vim
77-
Plug 'https://git.sr.ht/~swaits/zellij-nav.nvim'
77+
Plug 'https://github.com/swaits/zellij-nav.nvim'
7878
lua require("zellij-nav").setup()
7979
8080
nnoremap <c-h> <cmd>ZellijNavigateLeft<cr>

0 commit comments

Comments
 (0)
Please sign in to comment.