diff options
Diffstat (limited to 'after/plugin/toggleterm.lua')
-rw-r--r-- | after/plugin/toggleterm.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/after/plugin/toggleterm.lua b/after/plugin/toggleterm.lua index b0cd2c8..b69e8f6 100644 --- a/after/plugin/toggleterm.lua +++ b/after/plugin/toggleterm.lua @@ -28,6 +28,4 @@ local glow = term:new({ } }) -function _glow() - glow:toggle() -end +function _glow() glow:toggle() end |