diff options
author | crupest <crupest@outlook.com> | 2023-09-29 08:20:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-01 18:06:43 +0800 |
commit | 7b5c880764575007be98e42c2a18282e9be7cd98 (patch) | |
tree | 0ddfd5831a53924b0ce46617645c3191a6c3dede /configs/nvim/lua/plugins/toggleterm-nvim.lua | |
parent | ac6bee6a653a13aad9175a508a6c38d8b7b2ea68 (diff) | |
download | crupest-7b5c880764575007be98e42c2a18282e9be7cd98.tar.gz crupest-7b5c880764575007be98e42c2a18282e9be7cd98.tar.bz2 crupest-7b5c880764575007be98e42c2a18282e9be7cd98.zip |
Update nvim config.
Diffstat (limited to 'configs/nvim/lua/plugins/toggleterm-nvim.lua')
-rw-r--r-- | configs/nvim/lua/plugins/toggleterm-nvim.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/nvim/lua/plugins/toggleterm-nvim.lua b/configs/nvim/lua/plugins/toggleterm-nvim.lua deleted file mode 100644 index 4d67b4b..0000000 --- a/configs/nvim/lua/plugins/toggleterm-nvim.lua +++ /dev/null @@ -1,3 +0,0 @@ -return { - 'akinsho/toggleterm.nvim' -} |