Files
input-form.nvim/plugin/input-form.lua
2026-04-05 00:22:58 +03:00

7 lines
121 B
Lua

-- Load guard so the plugin is only initialized once.
if _G.InputFormLoaded then
return
end
_G.InputFormLoaded = true