Skip to content

Commit

Permalink
fix(completions): don't exclude dev versions in luarocks search
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 24, 2024
1 parent 4c23d51 commit 1c56f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/rocks/cache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ cache.populate_cached_rocks = nio.create(function()
if not vim.tbl_isempty(rocks) then
_cached_rocks = rocks
end
end)
end, {
dev = true,
})
end)

---Tries to get the cached rocks.
Expand Down

0 comments on commit 1c56f32

Please sign in to comment.