This commit is contained in:
2026-07-24 11:51:58 -03:00
parent 57f2689be5
commit fedb2b87df
17 changed files with 492 additions and 463 deletions
@@ -38,6 +38,12 @@ return {
desc = "[O]bsidian [T]emplate",
mode = "n",
},
{
"<leader>ow",
":ObsidianWorkspace<CR>",
desc = "[O]bsidian [W]orkspace",
mode = "n",
},
},
opts = {
@@ -122,12 +128,16 @@ return {
name = "personal",
path = "~/docs/personal",
},
{
name = "hermes",
path = "/mnt/obsidian",
},
},
daily_notes = {
folder = "journal",
folder = "Journal",
date_format = "%Y-%m-%d",
default_tags = { "journal" },
template = "journal"
template = "Daily Note",
},
completion = {
nvim_cmp = true,
@@ -135,7 +145,7 @@ return {
},
templates = {
subdir = "templates",
subdir = "Templates",
date_format = "%Y-%m-%d",
time_format = "%H:%M",
},
@@ -24,7 +24,16 @@ return {
return one.row
end
require("nvim-silicon").setup({
font = "JetBrainsMono Nerd Font=24",
font = "Berkeley Mono Nerd Font Mono=24",
theme = "gruvbox-dark",
background = "#bdae93",
pad_horiz = 100,
pad_vert = 80,
line_pad = 2,
shadow_blur_radius = 24,
shadow_offset_x = 10,
shadow_offset_y = 10,
shadow_color = "#1d2021",
no_window_controls = true,
no_line_number = false,
line_offset = get_visual() + 1,