mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
ci: add cmp
to generated luarock mappings
This commit is contained in:
parent
33be7ac317
commit
aff65371fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue