moar plugins + make glow actually work

This commit is contained in:
2023-02-26 16:21:26 -05:00
parent 9ff81c6aa7
commit 1ef610dda0

View File

@ -77,6 +77,11 @@ require('lazy').setup{
{ 'folke/todo-comments.nvim', config = true, },
--
-- project stuff
{ 'sindrets/diffview.nvim', config = true },
{ 'notjedi/nvim-rooter.lua', config = true },
--
-- notes
{ 'jbyuki/venn.nvim' },
{ 'nvim-neorg/neorg',
@ -87,7 +92,7 @@ require('lazy').setup{
{ 'shortcuts/no-neck-pain.nvim',
version = '*',
},
{ 'ellisonleao/glow.nvim' },
{ 'ellisonleao/glow.nvim', config = true },
{ 'Pocco81/high-str.nvim' },
--