Skip to content

Commit

Permalink
nvim - Fix broken "goto references" when there was multiple lsps for …
Browse files Browse the repository at this point in the history
…the same buffer
  • Loading branch information
zapling committed Oct 28, 2024
1 parent e697d3e commit 302924f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"quick-scope": { "branch": "master", "commit": "256d81e391a22eeb53791ff62ce65f870418fa71" },
"quickfix-reflector.vim": { "branch": "master", "commit": "6a6a9e28e1713b9e9db99eec1e6672e5666c01b9" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
"telescope.nvim": { "branch": "master", "commit": "dfa230be84a044e7f546a6c2b0a403c739732b86" },
"telescope.nvim": { "branch": "master", "commit": "37dc9233a473dd6c3f54456ef9994d8f77c80211" },
"vim-abolish": { "branch": "master", "commit": "dcbfe065297d31823561ba787f51056c147aa682" },
"vim-argwrap": { "branch": "master", "commit": "f3e26a5ad249d09467804b92e760d08b1cc457a1" },
"vim-better-whitespace": { "branch": "master", "commit": "029f35c783f1b504f9be086b9ea757a36059c846" },
Expand Down
2 changes: 1 addition & 1 deletion .config/nvim/mason-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"prettier": "3.2.5",
"shellcheck": "v0.9.0",
"templ": "v0.2.648",
"vtsls": "0.1.25"
"vtsls": "0.2.6"
}

0 comments on commit 302924f

Please sign in to comment.