minor changes

This commit is contained in:
Javier Pacheco 2023-08-18 06:22:39 -05:00
parent a779b2edb2
commit 24bc326744
1 changed files with 9 additions and 9 deletions

View File

@ -157,35 +157,34 @@ return {
require("neorg").setup {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.neorgcmd"] = {},
["core.integrations.treesitter"] = {},
["core.concealer"] = {
config = {
folds = false,
icon_present = "varided",
icons = {
code_block = {
conceal = true,
},
heading = {
icons = { "", "", "", "", "", "", },
},
todo = {
cancelled = {
icon = "",
icon = "_",
},
done = {
icon = "",
icon = "x",
},
on_hold = {
icon = "",
icon = "-",
},
recurring = {
icon = "",
icon = "+",
},
uncertain = {
icon = "",
icon = "?",
},
pending = {
icon = "",
icon = "-",
},
undone = {
icon = " ",
@ -291,6 +290,7 @@ return {
-- [[ ChatGPT]]
-- {
-- "jackMort/ChatGPT.nvim",
-- ft = { "python", "lua", "rust" },
-- event = "VeryLazy",
-- config = function()
-- require("chatgpt").setup({