Skip to content

Commit

Permalink
chore: bump lua build
Browse files Browse the repository at this point in the history
  • Loading branch information
rktjmp committed Aug 9, 2024
1 parent 13896d3 commit 118a25a
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 137 deletions.
2 changes: 1 addition & 1 deletion lua/hotpot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local neovim_runtime = require("hotpot.neovim.runtime")
local _let_4_ = require("hotpot.api.make")
local automake = _let_4_["auto"]
make_path(compiled_cache_path)
do end (vim.opt.runtimepath):prepend(join_path(compiled_cache_path, "*"))
vim.opt.runtimepath:prepend(join_path(compiled_cache_path, "*"))
table.insert(package.loaders, 2, searcher)
neovim_runtime.enable()
automake.enable()
Expand Down
Loading

0 comments on commit 118a25a

Please sign in to comment.