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