9 lines
170 B
Lua
9 lines
170 B
Lua
-- https://github.com/lvimuser/lsp-inlayhints.nvim
|
|
|
|
---@type LazyPluginSpec
|
|
return {
|
|
"lvimuser/lsp-inlayhints.nvim",
|
|
branch = "anticonceal",
|
|
config = true,
|
|
}
|