We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed0808 commit f5c2a8eCopy full SHA for f5c2a8e
1 file changed
.config/nvim/lua/plugins/lsp.lua
@@ -4,7 +4,8 @@ local M = {
4
build = ":MasonUpdate",
5
lazy = false,
6
dependencies = {
7
- { dir = "/home/clay/git/forks/vim-illuminate" },
+ -- TODO: Revert to RRethy/vim-illuminate after PR #250 is merged
8
+ { "claydugo/vim-illuminate", branch = "fixup_supports_method" },
9
},
10
}
11
0 commit comments