Merge pull request #123920 from RonanMacF/master

Sandro fc3ba6bd cd4780fa

Changed files
+115 -24
pkgs
misc
+108 -24
pkgs/misc/vim-plugins/generated.nix
···
chadtree = buildVimPluginFrom2Nix {
pname = "chadtree";
-
version = "2021-05-21";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "chadtree";
-
rev = "6769987c13e313497e0fe98a59ccee0e70388927";
-
sha256 = "1xaddhij0f652rx2k5iar8892ly84nslw8j74l7srfxs7l91kpyi";
+
rev = "dd54a707f372bc8f631d7c70f70f1b55a0f56926";
+
sha256 = "16sbhn3711hqwv3qykg5lbf09fl6pn58aclsx5r3nnifdc531sc6";
};
meta.homepage = "https://github.com/ms-jpq/chadtree/";
};
···
meta.homepage = "https://github.com/chikatoike/concealedyank.vim/";
};
+
conflict-marker-vim = buildVimPluginFrom2Nix {
+
pname = "conflict-marker-vim";
+
version = "2020-09-23";
+
src = fetchFromGitHub {
+
owner = "rhysd";
+
repo = "conflict-marker.vim";
+
rev = "6a9b8f92a57ea8a90cbf62c960db9e5894be2d7a";
+
sha256 = "0vw5kvnmwwia65gni97vk42b9s47r3p5bglrhpcxsvs3f4s250vq";
+
};
+
meta.homepage = "https://github.com/rhysd/conflict-marker.vim/";
+
};
+
conjure = buildVimPluginFrom2Nix {
pname = "conjure";
version = "2021-05-15";
···
edge = buildVimPluginFrom2Nix {
pname = "edge";
-
version = "2021-05-19";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "edge";
-
rev = "48b0c85e093a4fb9eeb00092b85ba66555e924b1";
-
sha256 = "0p033nxhwwk0dirdkbpcqjyv4k8sbif1m1df3xkqgydd0fj9yyp5";
+
rev = "af858776b6faf81b9eb50f8bbb87c639ee483c93";
+
sha256 = "07smppxp2wr4282vsz0zdx3kkhvrx9f5140dwx4h4p8chs1c1zc5";
};
meta.homepage = "https://github.com/sainnhe/edge/";
};
···
meta.homepage = "https://github.com/travitch/hasksyn/";
};
+
hiPairs = buildVimPluginFrom2Nix {
+
pname = "hiPairs";
+
version = "2020-12-10";
+
src = fetchFromGitHub {
+
owner = "Yggdroot";
+
repo = "hiPairs";
+
rev = "8272bf6979d0ee65a3fdbbb97eff3dda79b661b2";
+
sha256 = "1hcskq9zdkf8vlxwd2n403m4rq7495v2fj35hjf6461hqx9v9dnw";
+
};
+
meta.homepage = "https://github.com/Yggdroot/hiPairs/";
+
};
+
hlint-refactor-vim = buildVimPluginFrom2Nix {
pname = "hlint-refactor-vim";
version = "2015-12-05";
···
lspkind-nvim = buildVimPluginFrom2Nix {
pname = "lspkind-nvim";
-
version = "2021-02-06";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "onsails";
repo = "lspkind-nvim";
-
rev = "953ca895203c095e13f97a8ece790bf546c82d1c";
-
sha256 = "15rfzcmfwig7x8pbgc1maimqkqwqr4dbpf7498a0s16vng673bgk";
+
rev = "3469f0c9a6767625d532a74a167f5d6ba2b8c5bf";
+
sha256 = "1ff1i6m9kk3n36n24c109g6yddcbbzm10iigvi0pv1z2fdpsrl07";
};
meta.homepage = "https://github.com/onsails/lspkind-nvim/";
};
···
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
};
+
nvim-dap-ui = buildVimPluginFrom2Nix {
+
pname = "nvim-dap-ui";
+
version = "2021-05-21";
+
src = fetchFromGitHub {
+
owner = "rcarriga";
+
repo = "nvim-dap-ui";
+
rev = "cf7a6bb4e7c93ef60a18097bd24a6db2baea7306";
+
sha256 = "0mv7230xpcicaypmlfjsyhzwb6mp8vyp0sdzis5z2ixvm7rmh70a";
+
};
+
meta.homepage = "https://github.com/rcarriga/nvim-dap-ui/";
+
};
+
nvim-dap-virtual-text = buildVimPluginFrom2Nix {
pname = "nvim-dap-virtual-text";
version = "2021-05-16";
···
nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter";
-
version = "2021-05-20";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
-
rev = "9a3acbc48d61995d98cf073fef8b0b57b3cfb0b9";
-
sha256 = "1iggsissn8amhx9hp8fnya44rq5m7jnqm8mpgk4j7lgxq1zibgm4";
+
rev = "9d1d9b1b9438f8c5b2d4c48fe040160b0ac6b316";
+
sha256 = "1slhsnkza7wrm0vybfx98r7767hjlzlymy66hh6py27a8bazr5aj";
};
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
};
···
meta.homepage = "https://github.com/romgrk/nvim-treesitter-context/";
};
+
nvim-treesitter-pyfold = buildVimPluginFrom2Nix {
+
pname = "nvim-treesitter-pyfold";
+
version = "2021-05-20";
+
src = fetchFromGitHub {
+
owner = "eddiebergman";
+
repo = "nvim-treesitter-pyfold";
+
rev = "9a50e33acf6b6e711e6d5cc82456adb6f9b9dc3d";
+
sha256 = "0mbd5bp2c6kxn9dmc3vn3ia0silc7kb8mwwcm3q78n866ab4vpcc";
+
};
+
meta.homepage = "https://github.com/eddiebergman/nvim-treesitter-pyfold/";
+
};
+
nvim-treesitter-refactor = buildVimPluginFrom2Nix {
pname = "nvim-treesitter-refactor";
version = "2021-05-03";
···
meta.homepage = "https://github.com/tmsvg/pear-tree/";
};
+
pears-nvim = buildVimPluginFrom2Nix {
+
pname = "pears-nvim";
+
version = "2021-05-21";
+
src = fetchFromGitHub {
+
owner = "steelsojka";
+
repo = "pears.nvim";
+
rev = "658f9e25f46005aa0e12de81abbfadefaad56e39";
+
sha256 = "11v92n6qpy7ryhyg6yqq4b48mskzm6ypc9vgfpr2l5irppai1x1r";
+
};
+
meta.homepage = "https://github.com/steelsojka/pears.nvim/";
+
};
+
peskcolor-vim = buildVimPluginFrom2Nix {
pname = "peskcolor-vim";
version = "2016-06-11";
···
registers-nvim = buildVimPluginFrom2Nix {
pname = "registers-nvim";
-
version = "2021-05-20";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "tversteeg";
repo = "registers.nvim";
-
rev = "250297a3bdab7572c858fa8ca1816651c8016557";
-
sha256 = "1zxww3abnsaw57npiqh33d3s199w2jpc797gv21ys1w9h2g98m6k";
+
rev = "c0b02c5d0884dcfdd1a4665a1eb55468f4e398d3";
+
sha256 = "1z7pd77gi313asy5d2qvv8nc76rrf2zi18w6gwavygvfkpn3hf65";
};
meta.homepage = "https://github.com/tversteeg/registers.nvim/";
};
···
meta.homepage = "https://github.com/saltstack/salt-vim/";
};
+
scrollbar-nvim = buildVimPluginFrom2Nix {
+
pname = "scrollbar-nvim";
+
version = "2020-09-28";
+
src = fetchFromGitHub {
+
owner = "Xuyuanp";
+
repo = "scrollbar.nvim";
+
rev = "72a4174a47a89b7f89401fc66de0df95580fa48c";
+
sha256 = "10kk74pmbzc4v70n8vwb2zk0ayr147xy9zk2sbr78zwqf12gas9y";
+
};
+
meta.homepage = "https://github.com/Xuyuanp/scrollbar.nvim/";
+
};
+
self = buildVimPluginFrom2Nix {
pname = "self";
version = "2014-05-28";
···
sonokai = buildVimPluginFrom2Nix {
pname = "sonokai";
-
version = "2021-05-19";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "sonokai";
-
rev = "2ab955b30545b7074aa28daae73bbc7050fc55f0";
-
sha256 = "0ya3xa9fq6dn2s77qg2snx68aigl9px3flaawpsa0nf8np3jl6kz";
+
rev = "53e874723f4564a12ca0af30541dca4a9d315556";
+
sha256 = "1wbwpawmlc25wdnmhidrj9k591zqc2srszh20xv60p0dg2aylmx5";
};
meta.homepage = "https://github.com/sainnhe/sonokai/";
};
···
taskwiki = buildVimPluginFrom2Nix {
pname = "taskwiki";
-
version = "2021-04-03";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "tools-life";
repo = "taskwiki";
-
rev = "23a3c20a7d5185700e1e6504c3808cfa9eff78d4";
-
sha256 = "0jwb4hcyqwpjaxlissvi69d6fx4dwb7ypdigc2w5hnhfw8nv0kb1";
+
rev = "48e24b03c079be43e296981b2ed0a464bbb710d2";
+
sha256 = "0x57cjzxhphvmxai4pl5752vvi6mlgf0d2mwwnwj0mwc8h0n5dhz";
};
meta.homepage = "https://github.com/tools-life/taskwiki/";
};
···
sha256 = "0bl4shhk5ldqamq2zk8sv2bdswd9a4762fh2smj0h1jgs2ff5pkm";
};
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
+
};
+
+
telescope-dap-nvim = buildVimPluginFrom2Nix {
+
pname = "telescope-dap-nvim";
+
version = "2021-03-26";
+
src = fetchFromGitHub {
+
owner = "nvim-telescope";
+
repo = "telescope-dap.nvim";
+
rev = "b4134fff5cbaf3b876e6011212ed60646e56f060";
+
sha256 = "1fcpw42bwl5iych3hxrrl08s5hm6r6k0qx2savw853f3ff982s38";
+
};
+
meta.homepage = "https://github.com/nvim-telescope/telescope-dap.nvim/";
};
telescope-frecency-nvim = buildVimPluginFrom2Nix {
···
vim-dirvish-git = buildVimPluginFrom2Nix {
pname = "vim-dirvish-git";
-
version = "2020-12-18";
+
version = "2021-05-22";
src = fetchFromGitHub {
owner = "kristijanhusak";
repo = "vim-dirvish-git";
-
rev = "0c8c1a2878074abb0ac24054810de427ebff5500";
-
sha256 = "0gan44cyjskzjx5wv20zyvw2jn4cs4537fpwh2m3vi6758s2bmwy";
+
rev = "1d938c826503059660d89f186d2e8affc686a0e8";
+
sha256 = "11vd07cy8bylh75hznddpkpjyr4jg8sgcq12rv1pig4p6wh4lzm5";
};
meta.homepage = "https://github.com/kristijanhusak/vim-dirvish-git/";
};
+7
pkgs/misc/vim-plugins/vim-plugin-names
···
eagletmt/ghcmod-vim
eagletmt/neco-ghc
easymotion/vim-easymotion
+
eddiebergman/nvim-treesitter-pyfold
editorconfig/editorconfig-vim
edluffy/hologram.nvim@main
edluffy/specs.nvim@main
···
nvim-lua/lsp_extensions.nvim
nvim-lua/plenary.nvim
nvim-lua/popup.nvim
+
nvim-telescope/telescope-dap.nvim
nvim-telescope/telescope-frecency.nvim
nvim-telescope/telescope-fzf-writer.nvim
nvim-telescope/telescope-fzy-native.nvim
···
ray-x/lsp_signature.nvim
rbgrouleff/bclose.vim
rbong/vim-flog
+
rcarriga/nvim-dap-ui
rhysd/committia.vim
+
rhysd/conflict-marker.vim
rhysd/devdocs.vim
rhysd/git-messenger.vim
rhysd/vim-clang-format
···
sonph/onehalf
srcery-colors/srcery-vim
steelsojka/completion-buffers
+
steelsojka/pears.nvim
stefandtw/quickfix-reflector.vim
stephpy/vim-yaml
sunaku/vim-dasht
···
xolox/vim-misc
xuhdev/vim-latex-live-preview
Xuyuanp/nerdtree-git-plugin
+
Xuyuanp/scrollbar.nvim
yamatsum/nvim-nonicons@main
ycm-core/YouCompleteMe
+
Yggdroot/hiPairs
Yggdroot/indentLine
Yggdroot/LeaderF
Yilin-Yang/vim-markbar