replace glow/terminal with toggleterm + smol reformatting

This commit is contained in:
2023-02-26 17:46:37 -05:00
parent 1ef610dda0
commit 5000465af9
4 changed files with 32 additions and 8 deletions

View File

@ -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' },
--