diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-13 18:08:30 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-13 18:08:30 +0100 |
| commit | 8afe3fa8d88ae56e96f65897935ef508581ac5f7 (patch) | |
| tree | 8e199f0aad89babaa5c460bd4d5ebdbd746ab615 /.config/nvim/lua/plugins/markdown.lua | |
| parent | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/lua/plugins/markdown.lua | 12 |
1 files changed, 12 insertions, 0 deletions
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 |