feat(nvim): improve defaults for neorg
This commit is contained in:
parent
5581b48b7c
commit
edc59f296f
@ -4,3 +4,5 @@ vim.keymap.set("n", "<leader>fge", ":Neorg gtd edit<CR>", {
|
||||
vim.keymap.set("n", "<ledaer>fgv", ":Neorg gtd views<CR>", {
|
||||
buffer = true,
|
||||
})
|
||||
|
||||
vim.opt_local.shiftwidth = 2
|
||||
|
@ -3,7 +3,16 @@ local neorg = require("neorg")
|
||||
neorg.setup({
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.norg.concealer"] = {},
|
||||
["core.norg.concealer"] = {
|
||||
config = {
|
||||
dim_code_blocks = {
|
||||
enabled = true,
|
||||
content_only = true,
|
||||
adaptive = true,
|
||||
},
|
||||
icon_preset = "diamond",
|
||||
},
|
||||
},
|
||||
["core.norg.esupports.metagen"] = {
|
||||
config = {
|
||||
type = "auto",
|
||||
|
Loading…
Reference in New Issue
Block a user