HASH 7174cbcd3db9
DATE 2025-01-06
SUBJECT neovim: enable obsidian plugin module
FILES 1 CHANGED
HASH 7174cbcd3db9
DATE 2025-01-06
SUBJECT neovim: enable obsidian plugin module
FILES 1 CHANGED
┌─ outputs/pkgs/ook-vim/config/plugins/notes.nix ────────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/config/plugins/notes.nix b/outputs/pkgs/ook-vim/ │
│ config/plugins/notes.nix │
│ index 5315bca..4fde8ec 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/notes.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/notes.nix │
│ @@ -1,8 +1,12 @@ │
│ { │
│ - vim.notes = { │
│ - obsidian = { │
│ - enable = true; │
│ - dir = "~/Documents/notes"; │
│ + vim = { │
│ + notes = { │
│ + obsidian = { │
│ + enable = true; │
│ + setupOpts = { │
│ + dir = "~/Documents/notes"; │
│ + }; │
│ + }; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...-vim/config/plugins/notes.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/config/plu │
│ gins/notes.nix b/outputs/pkgs/ook-vim/config │
│ /plugins/notes.nix │
│ index 5315bca..4fde8ec 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/no │
│ tes.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/no │
│ tes.nix │
│ @@ -1,8 +1,12 @@ │
│ { │
│ - vim.notes = { │
│ - obsidian = { │
│ - enable = true; │
│ - dir = "~/Documents/notes"; │
│ + vim = { │
│ + notes = { │
│ + obsidian = { │
│ + enable = true; │
│ + setupOpts = { │
│ + dir = "~/Documents/notes"; │
│ + }; │
│ + }; │
│ }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET