aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-04-08 18:30:55 +0100
committerTrey Bastian <hello@treybastian.com>2026-04-08 18:30:55 +0100
commit3aeefd15bd6b33792569210ba9134e23245e55e3 (patch)
treed66b64b902404c6a1e5c945ca432325955723c85 /README.md
parente333b4eb63f36c937dd2703c7d2caf467289fc5e (diff)
updated readmeHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52a8a08..915d94b 100644
--- a/README.md
+++ b/README.md
@@ -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,