diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,14 +8,14 @@ Jack in to CLJ & Leiningen REPLs from Neovim. Inspired by [vim-jack-in](https:// ### Lazy ```lua -{'https://tangled.org/treybastian.com/nvim-jack-in', config = true} +{'https://git.treybastian.com/nvim-jack-in', config = true} ``` #### Example with options ```lua { - 'https://tangled.org/treybastian.com/nvim-jack-in', + 'https://git.treybastian.com/nvim-jack-in', opts = { location = 'vsplit', force_powershell = true, |
