Skip to content

Commit 67e1e8e

Browse files
committed
ci: added neo to rockspec patterns
1 parent 69041bc commit 67e1e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local Util = require("lazy.util")
55

66
local M = {}
77

8-
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp" }
8+
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp", "neo" }
99

1010
function M.fetch(url, file, prefix)
1111
if not vim.uv.fs_stat(file) then

0 commit comments

Comments
 (0)