Files
text-transform.nvim/plugin/text-transform.lua
2023-05-17 09:55:01 +03:00

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