Fix another settings

This commit is contained in:
Archie Fox
2025-09-30 10:47:01 +03:00
parent 9a59b7bff5
commit ae4cc1a097
6 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
return {
{ "norcalli/nvim-colorizer.lua" },
{ "onsails/lspkind.nvim" },
{
"folke/trouble.nvim",
-- opts will be merged with the parent spec
opts = { use_diagnostic_signs = false },
},
}

View File

@@ -12,13 +12,15 @@ return {
["core.journal"] = {
config = {
journal_folder = "journal",
strategy = "flat",
workspace = "default",
},
}, -- We added this line!
["core.dirman"] = {
config = {
workspaces = {
default = "~/Share/Notes",
journal = "~/Share/Notes/journal",
-- journal = "~/Share/Notes/journal",
},
default_workspace = "default",
},
@@ -36,6 +38,12 @@ return {
},
},
},
["core.esupports.metagen"] = {
config = {
timezone = "implicit-local",
},
},
["core.ui.calendar"] = {},
},
})
end,