mirror of
https://github.com/chenasraf/input-form.nvim.git
synced 2026-05-17 17:38:01 +00:00
7 lines
121 B
Lua
7 lines
121 B
Lua
-- Load guard so the plugin is only initialized once.
|
|
if _G.InputFormLoaded then
|
|
return
|
|
end
|
|
|
|
_G.InputFormLoaded = true
|