Skip to content

Commit

Permalink
fix version of in-and-out to 2f3bf83
Browse files Browse the repository at this point in the history
  • Loading branch information
pandanoir committed Jan 7, 2025
1 parent 4864494 commit 8e4aa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fidget.nvim": { "branch": "main", "commit": "9238947645ce17d96f30842e61ba81147185b657" },
"gitsigns.nvim": { "branch": "main", "commit": "5f808b5e4fef30bd8aca1b803b4e555da07fc412" },
"hlchunk.nvim": { "branch": "main", "commit": "5465dd33ade8676d63f6e8493252283060cd72ca" },
"in-and-out.nvim": { "branch": "master", "commit": "ab24cafadc3418dffb0c7e9b0621cff60b9ac551" },
"in-and-out.nvim": { "branch": "master", "commit": "2f3bf83654790e458cf387fa6f37f9b9d9e4f7fa" },
"incline.nvim": { "branch": "main", "commit": "16fc9c073e3ea4175b66ad94375df6d73fc114c0" },
"lazy.nvim": { "branch": "main", "commit": "72aa3a2624be5dc240646084f7b6a38eb99eb2ce" },
"lspsaga.nvim": { "branch": "main", "commit": "5fce15331ac6c3a3ec3ac91ab0e85ed82f5cbba0" },
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/plugins/others.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ return {
},
{
'ysmb-wtsg/in-and-out.nvim',
config = true,
commit = '2f3bf83654790e458cf387fa6f37f9b9d9e4f7fa',
init = function()
vim.keymap.set(
'i',
Expand Down

0 comments on commit 8e4aa3a

Please sign in to comment.