chg: Use version instead of tag in inlay-hints.nvim
This commit is contained in:
parent
df9e4ba1c0
commit
03dbb48603
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ require("lazy").setup(
|
|||
},
|
||||
{
|
||||
"felpafel/inlay-hint.nvim",
|
||||
tag = "v1.0.0",
|
||||
version = "1",
|
||||
event = "LspAttach",
|
||||
config = true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue