about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
author"Andrey Kuznetsov" <"fear@loathing.in">2022-08-20 23:17:52 +0000
committer"Andrey Kuznetsov" <"fear@loathing.in">2022-08-20 23:17:52 +0000
commit27aaf5f45a0f7025c78d82e0f42adf13855304ab (patch)
tree062b74c39653687db5d173c13c224995a5d76737 /pkgs/applications/editors/vim
parenta9135abe0aa3d05bf529d635315a90e4bd5c4a50 (diff)
downloadnixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar.gz
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar.bz2
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar.lz
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar.xz
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.tar.zst
nixlib-27aaf5f45a0f7025c78d82e0f42adf13855304ab.zip
vimPlugins.onenord-nvim: init at 2022-07-15
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 93b5c27d4b0b..e6ab40e80807 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5913,6 +5913,18 @@ final: prev:
     meta.homepage = "https://github.com/sonph/onehalf/";
   };
 
+  onenord-nvim = buildVimPluginFrom2Nix {
+    pname = "onenord.nvim";
+    version = "2022-07-15";
+    src = fetchFromGitHub {
+      owner = "rmehri01";
+      repo = "onenord.nvim";
+      rev = "c2021ba34aecd8027437dadd27edf9fc949c9aa8";
+      sha256 = "1ps8pmib1xc9cxw6vs4hgns39680qnfhq783gabgz9gnk8v10j5y";
+    };
+    meta.homepage = "https://github.com/rmehri01/onenord.nvim/";
+  };
+
   open-browser-github-vim = buildVimPluginFrom2Nix {
     pname = "open-browser-github.vim";
     version = "2021-03-21";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 2f155bf20a03..5670c2f02959 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -497,6 +497,7 @@ https://github.com/navarasu/onedark.nvim/,,
 https://github.com/joshdick/onedark.vim/,,
 https://github.com/olimorris/onedarkpro.nvim/,,
 https://github.com/sonph/onehalf/,,
+https://github.com/rmehri01/onenord.nvim/,main,
 https://github.com/tyru/open-browser-github.vim/,,
 https://github.com/tyru/open-browser.vim/,,
 https://github.com/nvim-orgmode/orgmode/,,