ci: added neo to rockspec patterns

This commit is contained in:
Folke Lemaitre 2024-06-26 06:22:21 +02:00
parent 69041bccb7
commit 67e1e8e6a3
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", "cmp" }
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp", "neo" }
function M.fetch(url, file, prefix)
if not vim.uv.fs_stat(file) then