diff options
author | Squibid <me@zacharyscheiman.com> | 2023-02-26 17:46:37 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-02-26 17:46:37 -0500 |
commit | 5000465af9ac64b6dc90cb6024fbe2a7c8e159d6 (patch) | |
tree | f300e2213a816025903454283176afd70869911c /lua/core/plugins.lua | |
parent | 1ef610dda015e1dd5e8d018dfcf4d378a63fe197 (diff) | |
download | nvim-5000465af9ac64b6dc90cb6024fbe2a7c8e159d6.tar.gz nvim-5000465af9ac64b6dc90cb6024fbe2a7c8e159d6.tar.bz2 nvim-5000465af9ac64b6dc90cb6024fbe2a7c8e159d6.zip |
replace glow/terminal with toggleterm + smol reformatting
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r-- | lua/core/plugins.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 4dd8e38..82b7bb6 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -75,11 +75,12 @@ require('lazy').setup{ { 'numToStr/Comment.nvim', config = true, }, { 'folke/trouble.nvim' }, { 'folke/todo-comments.nvim', config = true, }, + { 'akinsho/toggleterm.nvim', version = '*' }, -- -- project stuff - { 'sindrets/diffview.nvim', config = true }, - { 'notjedi/nvim-rooter.lua', config = true }, + { 'sindrets/diffview.nvim', config = true, }, + { 'notjedi/nvim-rooter.lua', config = true, }, -- -- notes @@ -92,7 +93,6 @@ require('lazy').setup{ { 'shortcuts/no-neck-pain.nvim', version = '*', }, - { 'ellisonleao/glow.nvim', config = true }, { 'Pocco81/high-str.nvim' }, -- |