Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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/"; }; } pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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/"; }; }
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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/,, Loading