chore: types: Lz -> lz.n prefix

This commit is contained in:
Marc Jakobi
2024-06-07 13:44:39 +02:00
parent 03d08056c1
commit 5b51bff25e
14 changed files with 116 additions and 116 deletions

View File

@@ -2,7 +2,7 @@
local M = {}
---@type table<string, LzPlugin>
---@type table<string, lz.n.Plugin>
M.plugins = {}
return M