moar plugins + make glow actually work
This commit is contained in:
parent
1b4deca3d5
commit
490bc8e020
1 changed files with 6 additions and 1 deletions
|
|
@ -77,6 +77,11 @@ require('lazy').setup{
|
||||||
{ 'folke/todo-comments.nvim', config = true, },
|
{ 'folke/todo-comments.nvim', config = true, },
|
||||||
--
|
--
|
||||||
|
|
||||||
|
-- project stuff
|
||||||
|
{ 'sindrets/diffview.nvim', config = true },
|
||||||
|
{ 'notjedi/nvim-rooter.lua', config = true },
|
||||||
|
--
|
||||||
|
|
||||||
-- notes
|
-- notes
|
||||||
{ 'jbyuki/venn.nvim' },
|
{ 'jbyuki/venn.nvim' },
|
||||||
{ 'nvim-neorg/neorg',
|
{ 'nvim-neorg/neorg',
|
||||||
|
|
@ -87,7 +92,7 @@ require('lazy').setup{
|
||||||
{ 'shortcuts/no-neck-pain.nvim',
|
{ 'shortcuts/no-neck-pain.nvim',
|
||||||
version = '*',
|
version = '*',
|
||||||
},
|
},
|
||||||
{ 'ellisonleao/glow.nvim' },
|
{ 'ellisonleao/glow.nvim', config = true },
|
||||||
{ 'Pocco81/high-str.nvim' },
|
{ 'Pocco81/high-str.nvim' },
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue