diff options
author | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:38:52 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:38:52 -0400 |
commit | 80aa56ea90d9ead84b25dab2c427629c94b998fa (patch) | |
tree | 0f78ef18f1dd095e92e23bc057963d29ee76b589 /after/plugin/toggleterm.lua | |
parent | c66de45e555b162442a28f06162a12292afa6102 (diff) | |
download | nvim-80aa56ea90d9ead84b25dab2c427629c94b998fa.tar.gz nvim-80aa56ea90d9ead84b25dab2c427629c94b998fa.tar.bz2 nvim-80aa56ea90d9ead84b25dab2c427629c94b998fa.zip |
reformatting in toggleterm.lua
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 |