neovim: add extended obsidian plugin module

This commit is contained in:
ooks-io 2025-01-07 14:34:47 +11:00
parent 928db722b4
commit acb87b6bb1
14 changed files with 139 additions and 34 deletions

View file

@ -3,11 +3,13 @@
pkgs,
...
}: let
configuration = import ./config;
ooks-vim = inputs.nvf.lib.neovimConfiguration {
inherit pkgs;
extraSpecialArgs = {inherit inputs;};
modules = [configuration];
modules = [
./config
./modules
];
};
in
ooks-vim.neovim