mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-18 01:48:57 +00:00
7 lines
155 B
Lua
7 lines
155 B
Lua
-- You can use this loaded variable to enable conditional parts of your plugin.
|
|
if _G.TextTransformLoaded then
|
|
return
|
|
end
|
|
|
|
_G.TextTransformLoaded = true
|