vimPlugins.vim-haskell-module-name: init at 2020-01-20

vimPlugins.lush-nvim: init at 2021-04-11

vimPlugins.telescope-z-nvim: init at 2021-03-09

vimPlugins.telescope-symbols-nvim: init at 2021-02-04
wip/yesman
Malo Bourgon 3 years ago
parent ed908ba237
commit e696669d90
  1. 48
      pkgs/misc/vim-plugins/generated.nix
  2. 4
      pkgs/misc/vim-plugins/vim-plugin-names

@ -2362,6 +2362,18 @@ let
meta.homepage = "https://github.com/hoob3rt/lualine.nvim/";
};
lush-nvim = buildVimPluginFrom2Nix {
pname = "lush-nvim";
version = "2021-04-11";
src = fetchFromGitHub {
owner = "rktjmp";
repo = "lush.nvim";
rev = "3db21525382fa158fba22e2a5d033d6afdbc763a";
sha256 = "1k0678h22falk08mpvlxlfsx7z89p89clrc9hlk452dzj7wjy7wi";
};
meta.homepage = "https://github.com/rktjmp/lush.nvim/";
};
lushtags = buildVimPluginFrom2Nix {
pname = "lushtags";
version = "2017-04-19";
@ -4405,6 +4417,30 @@ let
meta.homepage = "https://github.com/nvim-telescope/telescope-fzy-native.nvim/";
};
telescope-symbols-nvim = buildVimPluginFrom2Nix {
pname = "telescope-symbols-nvim";
version = "2021-02-04";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-symbols.nvim";
rev = "5139fdf31fdffdac75209362409d62d2b6033a20";
sha256 = "0va4czhncw7jhirbqr7wdap4qg3i5x7g6ic8migpmv57ym2py0m9";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-symbols.nvim/";
};
telescope-z-nvim = buildVimPluginFrom2Nix {
pname = "telescope-z-nvim";
version = "2021-03-09";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-z.nvim";
rev = "c14b6335f42bdda5100f135f18632bf6421c5f0e";
sha256 = "01y3b41ff00qi4g11pry73nd851dc5hjl039symhd2y0lf447j7h";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-z.nvim/";
};
telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope-nvim";
version = "2021-04-09";
@ -6134,6 +6170,18 @@ let
meta.homepage = "https://github.com/takac/vim-hardtime/";
};
vim-haskell-module-name = buildVimPluginFrom2Nix {
pname = "vim-haskell-module-name";
version = "2020-01-20";
src = fetchFromGitHub {
owner = "chkno";
repo = "vim-haskell-module-name";
rev = "f9f8e9f83a30b8f805b8fbc0079163e8193b289b";
sha256 = "0jawf23gyz9dy6qrh0xhla3z7hgjl1n4g7vmi027j4ipjnlijnji";
};
meta.homepage = "https://github.com/chkno/vim-haskell-module-name/";
};
vim-haskellconceal = buildVimPluginFrom2Nix {
pname = "vim-haskellconceal";
version = "2017-06-15";

@ -48,6 +48,7 @@ cespare/vim-toml
Chiel92/vim-autoformat
chikatoike/concealedyank.vim
chikatoike/sourcemap.vim
chkno/vim-haskell-module-name
chr4/nginx.vim
chrisbra/CheckAttach
chrisbra/csv.vim
@ -439,6 +440,8 @@ nvim-lua/popup.nvim
nvim-telescope/telescope-frecency.nvim
nvim-telescope/telescope-fzf-writer.nvim
nvim-telescope/telescope-fzy-native.nvim
nvim-telescope/telescope-symbols.nvim
nvim-telescope/telescope-z.nvim@main
nvim-telescope/telescope.nvim
nvim-treesitter/completion-treesitter
nvim-treesitter/nvim-treesitter
@ -508,6 +511,7 @@ rhysd/vim-grammarous
rhysd/vim-operator-surround
RishabhRD/nvim-lsputils
RishabhRD/popfix
rktjmp/lush.nvim@main
rmagatti/auto-session@main
rodjek/vim-puppet
romainl/vim-cool

Loading…
Cancel
Save