disable stuff
This commit is contained in:
16
options.lua
16
options.lua
@@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user