From b675c31d737a212dafd138903c745f5bdf0e43af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 29 Mar 2023 13:47:30 +0200 Subject: [PATCH] common: remove Glow --- lua/plugins/common.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/plugins/common.lua b/lua/plugins/common.lua index 5308ed4..685d565 100644 --- a/lua/plugins/common.lua +++ b/lua/plugins/common.lua @@ -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',