mirror of
https://github.com/chenasraf/input-form.nvim.git
synced 2026-05-18 01:38:59 +00:00
feat: initial commit
Release-As: 0.1.0
This commit is contained in:
6
plugin/input-form.lua
Normal file
6
plugin/input-form.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Load guard so the plugin is only initialized once.
|
||||
if _G.InputFormLoaded then
|
||||
return
|
||||
end
|
||||
|
||||
_G.InputFormLoaded = true
|
||||
Reference in New Issue
Block a user