Skip to content

Can't disable concealer #860

Answered by tamton-aquib
flamendless asked this question in Q&A
Discussion options

You must be logged in to vote

you could remove or comment the concealer part from the config:

use {
	"nvim-neorg/neorg",
	config = function()
		require("neorg").setup {
			load = {
				["core.defaults"] = {
					config = {
						disable = {
							"core.concealer",
						}
					}
				},
				-- ["core.concealer"] = {
					-- config = {
						-- folds = false,
					-- },
				-- },
			},
		}
	end,
	run = ":Neorg sync-parsers",
	requires = "nvim-lua/plenary.nvim",
}

or am i missing something? 🤔

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@flamendless
Comment options

Comment options

You must be logged in to vote
2 replies
@NormTurtle
Comment options

@flamendless
Comment options

Answer selected by flamendless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants