summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-05-23 14:38:44 -0400
committerSquibid <me@zacharyscheiman.com>2023-05-23 14:38:44 -0400
commit834f7ffaac7b4370ee32911ebb2105b63f0fbf68 (patch)
tree9f35baa8dec69f02e9e96d08e21f0bb1bdf0ef93 /lua/core/plugins.lua
parent978786719d8782039e5219e346b41b9d1512a1f0 (diff)
downloadnvim-834f7ffaac7b4370ee32911ebb2105b63f0fbf68.tar.gz
nvim-834f7ffaac7b4370ee32911ebb2105b63f0fbf68.tar.bz2
nvim-834f7ffaac7b4370ee32911ebb2105b63f0fbf68.zip
make embedded terminal better
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 9d108b1..9633591 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -42,6 +42,7 @@ require 'dep' {
{ 'numtostr/BufOnly.nvim' }, -- kill the other buffers with :BufOnly
{ 'ahmedkhalf/project.nvim' }, -- cd into root of project
{ 'akinsho/toggleterm.nvim' },
+ { 'chomosuke/term-edit.nvim' }, -- full vim keybinds in terminals
-- note taking --------------------------------------------------------------
{ 'nvim-neorg/neorg' },