common: remove Glow

This commit is contained in:
Matej Janezic 2023-03-29 13:47:30 +02:00
parent 01da9375f9
commit b675c31d73
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 0 additions and 3 deletions

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