LazyVim.LazyVim/lua/lazyvim/config
Adrian Wilkins a43d8cf358
fix(options): change default conceal level to 2 (#2053)
3 hides all concealed text, even if there are replacement chars defined

e.g. : for Markdown, 3 hides list item markers, dots for asterisk lists
and em-dashes for dash lists

If replacements are defined as defaults in a plugin, the "Laziest™"
config would seem to be displaying them.

Level 1 only seems useful when alignment really matters.
2024-01-21 20:34:07 +01:00
..
autocmds.lua fix(autocmds): avoid checktime when buftype=nofile (#2270) 2024-01-21 20:20:54 +01:00
init.lua chore(main): release 10.9.1 (#2399) 2024-01-21 20:03:51 +01:00
keymaps.lua feat(keymaps): add function to toggle between light/dark backgrounds (#2088) 2024-01-21 19:52:36 +01:00
options.lua fix(options): change default conceal level to 2 (#2053) 2024-01-21 20:34:07 +01:00