summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:37:06 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:37:06 -0500
commit1f1e1a2e8ba318acf54ef20967a6038640ef6913 (patch)
treed6f2f550ef7fc06db32c405263548b5f74e8b80a /lua/user/plugins.lua
parent3ae7d69154d202dd303405f7eff4d360eb107ee3 (diff)
add toggleterm
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index ef28595..1c63113 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -51,6 +51,7 @@ return packer.startup(function(use)
use "akinsho/bufferline.nvim"
use "moll/vim-bbye"
use 'nvim-lualine/lualine.nvim'
+ use "akinsho/toggleterm.nvim"
-- Colorschemes
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out