We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bd9565 + 668273d commit 7510754Copy full SHA for 7510754
lua/astrocommunity/motion/hop-nvim/init.lua
@@ -9,7 +9,7 @@ return {
9
["s"] = { function() require("hop").hint_words() end, desc = "Hop hint words" },
10
["<S-s>"] = { function() require("hop").hint_lines() end, desc = "Hop hint lines" },
11
},
12
- v = {
+ x = {
13
["s"] = { function() require("hop").hint_words { extend_visual = true } end, desc = "Hop hint words" },
14
["<S-s>"] = {
15
function() require("hop").hint_lines { extend_visual = true } end,
lua/astrocommunity/pack/python/init.lua
@@ -75,7 +75,6 @@ return {
75
76
{
77
"linux-cultist/venv-selector.nvim",
78
- branch = "regexp",
79
enabled = vim.fn.executable "fd" == 1 or vim.fn.executable "fdfind" == 1 or vim.fn.executable "fd-find" == 1,
80
dependencies = {
81
0 commit comments