LazyVim.LazyVim/lua/lazyvim
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
..
config fix(options): change default conceal level to 2 (#2053) 2024-01-21 20:34:07 +01:00
plugins fix(typescript): don't hardcode values in lua table (#2254) 2024-01-21 20:28:16 +01:00
util fix(lsp): fix inlay hints for older nightlies. See #2007 2023-11-30 21:24:07 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00