mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix(rocks): windows
This commit is contained in:
parent
7d3f69104f
commit
4ca3e9aa51
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ end
|
|||
---@param bin string
|
||||
function M.hererocks.bin(bin)
|
||||
local hererocks = Config.options.rocks.root .. "/hererocks/bin"
|
||||
if Util.is_win then
|
||||
bin = bin .. ".bat"
|
||||
end
|
||||
return Util.norm(hererocks .. "/" .. bin)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue