ci: add `cmp` to generated luarock mappings

This commit is contained in:
Folke Lemaitre 2024-06-25 20:35:27 +02:00
parent 33be7ac317
commit aff65371fc
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ local Util = require("lazy.util")
local M = {}
M.patterns = { "nvim", "treesitter", "tree-sitter" }
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp" }
function M.fetch(url, file, prefix)
if not vim.uv.fs_stat(file) then