mirror of https://github.com/folke/lazy.nvim.git
ci: add `cmp` to generated luarock mappings
This commit is contained in:
parent
33be7ac317
commit
aff65371fc
|
@ -5,7 +5,7 @@ local Util = require("lazy.util")
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.patterns = { "nvim", "treesitter", "tree-sitter" }
|
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp" }
|
||||||
|
|
||||||
function M.fetch(url, file, prefix)
|
function M.fetch(url, file, prefix)
|
||||||
if not vim.uv.fs_stat(file) then
|
if not vim.uv.fs_stat(file) then
|
||||||
|
|
Loading…
Reference in New Issue