From 2b98d3ab0aee49bda060423ddd1c52a9ecf4b4bd Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 7 Jun 2024 13:47:07 +0200 Subject: [PATCH] chore: add TODO --- lua/lz/n/types.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lz/n/types.lua b/lua/lz/n/types.lua index 3b20a8b..bd8453e 100644 --- a/lua/lz/n/types.lua +++ b/lua/lz/n/types.lua @@ -1,6 +1,8 @@ ---@meta error("Cannot import a meta module") +--- TODO Implement before/after config API + ---@class VimGTable vim.g config table ---@field name? string Name of the vim.g config table, e.g. "rustaceanvim" for "vim.g.rustaceanvim". Defaults to the plugin name. ---@field type 'vim.g'