Commit f8c8f843 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

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

parent ccb0be32
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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/";
  };


}
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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/,,