summaryrefslogtreecommitdiffstats
path: root/lua/conf
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-01-02 20:35:26 -0500
committerSquibid <me@zacharyscheiman.com>2024-01-02 20:35:26 -0500
commite669b3eb8e27069ed0c52ea269e3c27debb989b6 (patch)
tree5446d13aac6702f8e403809bc8582b7fe0d9627d /lua/conf
parent629d780aaa68cfd04b99735ba840734a1f7fba2b (diff)
downloadnvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.tar.gz
nvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.tar.bz2
nvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.zip
remove toggle term
Diffstat (limited to '')
-rw-r--r--lua/conf/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua
index c5786a5..45b1433 100644
--- a/lua/conf/plugins.lua
+++ b/lua/conf/plugins.lua
@@ -42,7 +42,6 @@ require('dep') {
{ 'windwp/nvim-autopairs' },
{ 'numToStr/Comment.nvim' },
{ 'ahmedkhalf/project.nvim' }, -- cd into root of project
- { 'akinsho/toggleterm.nvim' }, -- TODO: switch to tmux based popup terminal
{ 'mrjones2014/smart-splits.nvim'}, -- buffer resizing
-- note taking --------------------------------------------------------------