mirror of
https://github.com/chenasraf/text-transform.nvim.git
synced 2026-05-17 17:48:04 +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
|