Skip to content

Commit

Permalink
chore: bump install versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rktjmp committed Sep 19, 2024
1 parent e7322f1 commit f371eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ local function ensure_installed(plugin, branch)
return repo_path
end
local lazy_path = ensure_installed("folke/lazy.nvim", "stable")
local hotpot_path = ensure_installed("rktjmp/hotpot.nvim", "v0.14.0")
local hotpot_path = ensure_installed("rktjmp/hotpot.nvim", "v0.14.6")
-- As per Lazy's install instructions, but also include hotpot
vim.opt.runtimepath:prepend({hotpot_path, lazy_path})

Expand Down Expand Up @@ -264,13 +264,13 @@ local function ensure_installed(plugin, branch)
end

ensure_installed("echasnovski/mini.nvim", "stable")
ensure_installed("rktjmp/hotpot.nvim", "v0.14.0")
ensure_installed("rktjmp/hotpot.nvim", "v0.14.6")

require("hotpot") -- Optionally you may call require("hotpot").setup(...) here

require("mini.deps").setup({path = {package = path_package}})
MiniDeps.add({source = "echasnovski/mini.nvim", checkout = "stable"})
MiniDeps.add({source = "rktjmp/hotpot.nvim", checkout = "v0.14.0"})
MiniDeps.add({source = "rktjmp/hotpot.nvim", checkout = "v0.14.6"})

-- Include the rest of your config
require("say-hello")
Expand Down

0 comments on commit f371eea

Please sign in to comment.