From 5f95ef7bdf768800b4ddea60be2f31381f707e33 Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Wed, 1 Jun 2022 14:32:26 -0500 Subject: [PATCH] vimPlugins: add bullets-vim (#157433) * vimPlugins.bullets-vim: init at 2022-01-30 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index bfddab75fee4..5207c48b19ac 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -904,6 +904,18 @@ final: prev: meta.homepage = "https://github.com/akinsho/bufferline.nvim/"; }; + bullets-vim = buildVimPluginFrom2Nix { + pname = "bullets.vim"; + version = "2022-06-01"; + src = fetchFromGitHub { + owner = "dkarter"; + repo = "bullets.vim"; + rev = "f3b4ae71f60b5723077a77cfe9e8776a3ca553ac"; + sha256 = "1dfgxdmvzjqjc1viqx2nmzzrjr2n7c6931d3iypv96p2zywld99s"; + }; + meta.homepage = "https://github.com/dkarter/bullets.vim/"; + }; + calendar-vim = buildVimPluginFrom2Nix { pname = "calendar.vim"; version = "2022-03-21"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index ec35088f4d79..5a88140eba3a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -74,6 +74,7 @@ https://github.com/fruit-in/brainfuck-vim/,, https://github.com/famiu/bufdelete.nvim/,, https://github.com/jlanzarotta/bufexplorer/,, https://github.com/akinsho/bufferline.nvim/,, +https://github.com/dkarter/bullets.vim/,, https://github.com/mattn/calendar-vim/,,mattn-calendar-vim https://github.com/itchyny/calendar.vim/,, https://github.com/bkad/camelcasemotion/,,