disable stuff

This commit is contained in:
2023-02-04 16:46:27 +01:00
parent 057b357f05
commit 4027ba20a2
9 changed files with 30 additions and 46 deletions

View File

@@ -17,14 +17,14 @@ return {
autoformat_enabled = true, -- enable or disable auto formatting at start (lsp.formatting.format_on_save must be enabled)
icons_enabled = true, -- disable icons in the UI (disable if no nerd font is available, requires :PackerSync after changing)
ui_notifications_enabled = true, -- disable notifications when toggling UI elements
heirline_bufferline = true, -- enable new heirline based bufferline (requires :PackerSync after changing)
--heirline_bufferline = true, -- enable new heirline based bufferline (requires :PackerSync after changing)
vim_markdown_folding_disabled = 1,
vim_markdown_conceal = 1,
tex_conceal = "",
vim_markdown_math = 1,
vim_markdown_frontmatter = 1,
vim_markdown_toml_frontmatter = 1,
vim_markdown_json_frontmatter = 1,
--vim_markdown_folding_disabled = 1,
--vim_markdown_conceal = 1,
--tex_conceal = "",
--vim_markdown_math = 1,
--vim_markdown_frontmatter = 1,
--vim_markdown_toml_frontmatter = 1,
--vim_markdown_json_frontmatter = 1,
},
}