diff options
author | Squibid <me@zacharyscheiman.com> | 2024-01-02 20:35:26 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-01-02 20:35:26 -0500 |
commit | e669b3eb8e27069ed0c52ea269e3c27debb989b6 (patch) | |
tree | 5446d13aac6702f8e403809bc8582b7fe0d9627d /lua/conf | |
parent | 629d780aaa68cfd04b99735ba840734a1f7fba2b (diff) | |
download | nvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.tar.gz nvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.tar.bz2 nvim-e669b3eb8e27069ed0c52ea269e3c27debb989b6.zip |
remove toggle term
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins.lua | 1 |
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 -------------------------------------------------------------- |