mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added more options for the concealer module for neorg
This commit is contained in:
@@ -6,7 +6,18 @@ return {
|
|||||||
require("neorg").setup {
|
require("neorg").setup {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
["core.concealer"] = {},
|
["core.concealer"] = {
|
||||||
|
folds = true,
|
||||||
|
icons_preset = true,
|
||||||
|
icons = {
|
||||||
|
code_blocks = {
|
||||||
|
conceal = true,
|
||||||
|
padding = {
|
||||||
|
left = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
|
|||||||
Reference in New Issue
Block a user