Skip to content

Commit f5c2a8e

Browse files
committed
use my branch
1 parent 2ed0808 commit f5c2a8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.config/nvim/lua/plugins/lsp.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ local M = {
44
build = ":MasonUpdate",
55
lazy = false,
66
dependencies = {
7-
{ dir = "/home/clay/git/forks/vim-illuminate" },
7+
-- TODO: Revert to RRethy/vim-illuminate after PR #250 is merged
8+
{ "claydugo/vim-illuminate", branch = "fixup_supports_method" },
89
},
910
}
1011

0 commit comments

Comments
 (0)