mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
ci: added neo to rockspec patterns
This commit is contained in:
parent
69041bccb7
commit
67e1e8e6a3
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", "cmp" }
|
||||
M.patterns = { "nvim", "treesitter", "tree-sitter", "cmp", "neo" }
|
||||
|
||||
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