From 8afe3fa8d88ae56e96f65897935ef508581ac5f7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 13 Feb 2026 18:08:30 +0100 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/nvim/lua/plugins/markdown.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/nvim/lua/plugins/markdown.lua') diff --git a/.config/nvim/lua/plugins/markdown.lua b/.config/nvim/lua/plugins/markdown.lua index b21255e..efe7019 100644 --- a/.config/nvim/lua/plugins/markdown.lua +++ b/.config/nvim/lua/plugins/markdown.lua @@ -59,6 +59,18 @@ return { border = 'thin', disable_background = true, }, + quote = { + icon = '>', + }, + link = { + image = '󰥶', + email = '󰁥', + hyperlink = '', + wiki = { icon = '󰭤 ' }, + custom = { + pdf = { pattern = '%.pdf$', icon = '󰈦 ' }, + }, + }, }, init = vim.schedule_wrap(function() local hl = vim.api.nvim_set_hl -- cgit 1.4.1