mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
vimPlugins.cinnamon-nvim: init at 2024-04-26
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
parent
2a15fd815a
commit
443f72c74e
@ -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";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user