diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-04-08 18:30:55 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-04-08 18:30:55 +0100 |
| commit | 3aeefd15bd6b33792569210ba9134e23245e55e3 (patch) | |
| tree | d66b64b902404c6a1e5c945ca432325955723c85 /README.md | |
| parent | e333b4eb63f36c937dd2703c7d2caf467289fc5e (diff) | |
Diffstat (limited to 'README.md')
| -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, |
