Skip to content

Commit a0ffe5a

Browse files
vimPlugins.spaceman-nvim: init at 2024-11-03
1 parent 09a863c commit a0ffe5a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11447,6 +11447,18 @@ final: prev:
1144711447
meta.homepage = "https://github.com/liuchengxu/space-vim/";
1144811448
};
1144911449

11450+
spaceman-nvim = buildVimPlugin {
11451+
pname = "spaceman.nvim";
11452+
version = "2024-11-03";
11453+
src = fetchFromGitHub {
11454+
owner = "FireIsGood";
11455+
repo = "spaceman.nvim";
11456+
rev = "7910d202073bcc5f567481426f771b3737451dd9";
11457+
sha256 = "1p2j6yygqsmxbvxns4ssiyspsnpbz12pq29s9vs3n5x2ddxrrwjn";
11458+
};
11459+
meta.homepage = "https://github.com/FireIsGood/spaceman.nvim/";
11460+
};
11461+
1145011462
spacevim = buildVimPlugin {
1145111463
pname = "spacevim";
1145211464
version = "2018-03-29";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ https://github.com/sainnhe/sonokai/,,
951951
https://github.com/sQVe/sort.nvim/,HEAD,
952952
https://github.com/chikatoike/sourcemap.vim/,,
953953
https://github.com/liuchengxu/space-vim/,,
954+
https://github.com/FireIsGood/spaceman.nvim/,HEAD,
954955
https://github.com/ctjhoa/spacevim/,,
955956
https://github.com/chrisgeo/sparkup/,,
956957
https://github.com/cxwx/specs.nvim/,HEAD,

0 commit comments

Comments
 (0)