feat(lazy): allow for hot loading plugin specs

This commit is contained in:
2024-04-21 03:20:28 +02:00
parent 2e36ef05d9
commit ac1e40bfee
31 changed files with 683 additions and 831 deletions
+6 -5
View File
@@ -1,7 +1,8 @@
-- https://github.com/lvimuser/lsp-inlayhints.nvim
local function setup()
require("lsp-inlayhints").setup()
end
return setup
---@type LazyPluginSpec
return {
"lvimuser/lsp-inlayhints.nvim",
branch = "anticonceal",
config = true,
}