fix: references bind

This commit is contained in:
2026-09-01 14:12:21 +02:00
parent c786b0ca8e
commit e76bf33934
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ return {
"postgres_lsp", "postgres_lsp",
"pyright", "pyright",
"rust_analyzer", "rust_analyzer",
"ruby_lsp", -- "ruby_lsp",
"verible", "verible",
"vtsls", "vtsls",
"vue_ls", "vue_ls",
+1 -1
View File
@@ -172,7 +172,7 @@ return {
mode = "n", mode = "n",
}, },
{ {
"gr", "gR",
function() function()
Snacks.picker.lsp_references() Snacks.picker.lsp_references()
end, end,