diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:37:06 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:38:27 -0500 |
| commit | f92254108d154b3710bbd8d85ad2585b6a979107 (patch) | |
| tree | 4237de160728e60cec051c46fc04c61ffbebf86d /lua/user/plugins.lua | |
| parent | 3ae7d69154d202dd303405f7eff4d360eb107ee3 (diff) | |
add toggleterm
fix
te
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
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 |
