common: remove Glow

This commit is contained in:
2023-03-29 13:47:30 +02:00
parent 01da9375f9
commit b675c31d73

View File

@@ -35,9 +35,6 @@ return {
-- highlighting for comments
{ 'folke/todo-comments.nvim', dependencies = 'nvim-lua/plenary.nvim', opts = {} },
-- markdown preview using glow
{ 'ellisonleao/glow.nvim', config = true, cmd = 'Glow' },
-- permanent links to fileranges
{
'ruifm/gitlinker.nvim',