about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-12-30 22:43:24 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-12-31 17:00:04 +0100
commitf8c8f843507256eac48c969aa9d0d94e698f5bb9 (patch)
tree2902d33873983116d87ce33d17d1a794112008c6 /pkgs/applications/editors
parentccb0be328b76921e73c5cc705557e658ed4f02a7 (diff)
downloadnixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar.gz
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar.bz2
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar.lz
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar.xz
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.tar.zst
nixlib-f8c8f843507256eac48c969aa9d0d94e698f5bb9.zip
vimPlugins.obsidian-nvim: init at 2023-12-30
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
3 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index a15eef29f103..6013edf9bce2 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -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/";
+  };
+
 
 }
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 96c831bb26bc..ff6ac32f88ca 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -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 ];
   };
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 6f3ebe061b09..f3ca9a3ad026 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -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/,,