about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPowerUser64 <blake@blakenorth.net>2024-05-31 14:32:08 -0700
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-06-07 19:43:07 +0200
commit443f72c74e3b4d6cc843fd2a2c5fd0fba30d4f5a (patch)
tree6cf9f66e05c87af3fc087aced61ba4ffff018a2b
parent2a15fd815a40e034524d911ad74a3e496075ddd6 (diff)
vimPlugins.cinnamon-nvim: init at 2024-04-26
Co-authored-by: GaƩtan Lepage <gaetan@glepage.com>
-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 6e5dbbd3e125d..381ec4c98c6e5 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -17394,5 +17394,17 @@ final: prev:
     meta.homepage = "https://github.com/pteroctopus/faster.nvim";
   };
 
+  cinnamon-nvim = buildVimPlugin {
+    pname = "cinnamon-nvim";
+    version = "2024-04-25";
+    src = fetchFromGitHub {
+      owner = "declancm";
+      repo = "cinnamon.nvim";
+      rev = "a011e84b624cd7b609ea928237505d31b987748a";
+      sha256 = "sha256-cMP9WRZzevxaWgpILyDh1JwNukm3Jl3JKJYPT2HnFns=";
+    };
+    meta.homepage = "https://github.com/declancm/cinnamon.nvim";
+  };
+
 
 }
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 85ca84d788a54..5d29175278fd2 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -119,6 +119,7 @@ https://github.com/ms-jpq/chadtree/,HEAD,
 https://github.com/vim-scripts/changeColorScheme.vim/,,
 https://github.com/sudormrfbin/cheatsheet.nvim/,,
 https://github.com/yunlingz/ci_dark/,,
+https://github.com/declancm/cinnamon.nvim/,HEAD,
 https://github.com/projekt0n/circles.nvim/,,
 https://github.com/zootedb0t/citruszest.nvim/,,
 https://github.com/xavierd/clang_complete/,,