Skip to content

Commit 7510754

Browse files
authored
Merge branch 'main' into sql-pack-fix
2 parents 9bd9565 + 668273d commit 7510754

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lua/astrocommunity/motion/hop-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
["s"] = { function() require("hop").hint_words() end, desc = "Hop hint words" },
1010
["<S-s>"] = { function() require("hop").hint_lines() end, desc = "Hop hint lines" },
1111
},
12-
v = {
12+
x = {
1313
["s"] = { function() require("hop").hint_words { extend_visual = true } end, desc = "Hop hint words" },
1414
["<S-s>"] = {
1515
function() require("hop").hint_lines { extend_visual = true } end,

lua/astrocommunity/pack/python/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ return {
7575
},
7676
{
7777
"linux-cultist/venv-selector.nvim",
78-
branch = "regexp",
7978
enabled = vim.fn.executable "fd" == 1 or vim.fn.executable "fdfind" == 1 or vim.fn.executable "fd-find" == 1,
8079
dependencies = {
8180
{

0 commit comments

Comments
 (0)