vimPlugins.obsidian-nvim: init at 2023-12-30

This commit is contained in:
Gaetan Lepage 2023-12-30 22:43:24 +01:00 committed by Matthieu Coudron
parent ccb0be328b
commit f8c8f84350
3 changed files with 17 additions and 0 deletions

View file

@ -16347,5 +16347,17 @@ final: prev:
meta.homepage = "https://github.com/roobert/palette.nvim/";
};
obsidian-nvim = buildVimPlugin {
pname = "obsidian-nvim";
version = "2023-12-30";
src = fetchFromGitHub {
owner = "epwalsh";
repo = "obsidian.nvim";
rev = "88bf9150d9639a2cae3319e76abd7ab6b30d27f0";
sha256 = "sha256-irPk9iprbI4ijNUjMxXjw+DljudZ8aB3f/FJxXhFSoA=";
};
meta.homepage = "https://github.com/epwalsh/obsidian.nvim/";
};
}

View file

@ -929,6 +929,10 @@
dependencies = with self; [ promise-async ];
};
obsidian-nvim = super.obsidian-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
octo-nvim = super.octo-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim plenary-nvim ];
};

View file

@ -661,6 +661,7 @@ https://github.com/roxma/nvim-yarp/,,
https://github.com/haringsrob/nvim_context_vt/,,
https://github.com/neovim/nvimdev.nvim/,,
https://github.com/nvchad/nvterm/,HEAD,
https://github.com/epwalsh/obsidian.nvim/,HEAD,
https://github.com/glepnir/oceanic-material/,,
https://github.com/mhartington/oceanic-next/,,
https://github.com/pwntester/octo.nvim/,,