Fix another settings
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user