Merge pull request #121006 from onsails/vim-plugins

This commit is contained in:
Sandro 2021-04-30 02:21:09 +02:00 committed by GitHub
commit 2fe7ce0e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 25 deletions

View File

@ -389,12 +389,12 @@ let
chadtree = buildVimPluginFrom2Nix { chadtree = buildVimPluginFrom2Nix {
pname = "chadtree"; pname = "chadtree";
version = "2021-04-28"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ms-jpq"; owner = "ms-jpq";
repo = "chadtree"; repo = "chadtree";
rev = "270e3e1d85d400409247aa6c11445ec2e72f44ee"; rev = "23c8aacf13be02b985455ef027fbd28896dd1ef8";
sha256 = "1i1y72v95660szv5jdcrawqqh7l493v3a1n9zigagzwz9a3sff44"; sha256 = "1bwaxs8rgyr1w81rqygia9ab7l10vcvad0d3xx89x17z6szakj3x";
}; };
meta.homepage = "https://github.com/ms-jpq/chadtree/"; meta.homepage = "https://github.com/ms-jpq/chadtree/";
}; };
@ -533,12 +533,12 @@ let
coc-nvim = buildVimPluginFrom2Nix { coc-nvim = buildVimPluginFrom2Nix {
pname = "coc-nvim"; pname = "coc-nvim";
version = "2021-04-26"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neoclide"; owner = "neoclide";
repo = "coc.nvim"; repo = "coc.nvim";
rev = "35dcebf8ba0f0b405578d3d919bc54ae2a651138"; rev = "473668eabee0592e817f9c692b0509c2743fb1c3";
sha256 = "1lbnic4r0k0xxr5shmgz60b93lk462fnnl10iccns1d4363dz80a"; sha256 = "1r6wx6bpzfbhb8a95jw1gi2xkvx4h8i4rima2ylkrdbx86hgicjz";
}; };
meta.homepage = "https://github.com/neoclide/coc.nvim/"; meta.homepage = "https://github.com/neoclide/coc.nvim/";
}; };
@ -1485,6 +1485,18 @@ let
meta.homepage = "https://github.com/megaannum/forms/"; meta.homepage = "https://github.com/megaannum/forms/";
}; };
friendly-snippets = buildVimPluginFrom2Nix {
pname = "friendly-snippets";
version = "2021-04-17";
src = fetchFromGitHub {
owner = "rafamadriz";
repo = "friendly-snippets";
rev = "ee28380b2300b374251b89d73e7e5b23c573e2bc";
sha256 = "1ap2nf84gbrqlykw1l8zx01m9hm92vw57wkkzv2cqkjcbm3whqyg";
};
meta.homepage = "https://github.com/rafamadriz/friendly-snippets/";
};
fruzzy = buildVimPluginFrom2Nix { fruzzy = buildVimPluginFrom2Nix {
pname = "fruzzy"; pname = "fruzzy";
version = "2020-08-31"; version = "2020-08-31";
@ -3048,12 +3060,12 @@ let
nvcode-color-schemes-vim = buildVimPluginFrom2Nix { nvcode-color-schemes-vim = buildVimPluginFrom2Nix {
pname = "nvcode-color-schemes-vim"; pname = "nvcode-color-schemes-vim";
version = "2021-04-09"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ChristianChiarulli"; owner = "ChristianChiarulli";
repo = "nvcode-color-schemes.vim"; repo = "nvcode-color-schemes.vim";
rev = "90ee71d66da58d57f0cb4a59103874bb519c79d4"; rev = "940f2eb232091f970e45232e9c96e5aac7d670de";
sha256 = "0sabb0iyrmfwfld57d1mf44k69bf8pk0c1ilfi3vz2hz04imxgab"; sha256 = "1sxi0dhbqg6fg23n8m069z6issyng18hbq9v7rxnzw90mqp0y5zb";
}; };
meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/"; meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/";
}; };
@ -3312,12 +3324,12 @@ let
nvim-scrollview = buildVimPluginFrom2Nix { nvim-scrollview = buildVimPluginFrom2Nix {
pname = "nvim-scrollview"; pname = "nvim-scrollview";
version = "2021-04-28"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dstein64"; owner = "dstein64";
repo = "nvim-scrollview"; repo = "nvim-scrollview";
rev = "c6e3e48352711ed6115e86901783efbce193a08f"; rev = "58f5ba925b51cfd7edf73e1135588403151bc719";
sha256 = "0zi2ar2sr1v8lp4zim52hihm7qlzz4ijfgy5a6xyhns6csg3a9vf"; sha256 = "0033r4w4lh59a0ghvpk5r7ww4s46airfgi4idgizsc6w8xkrj2yy";
}; };
meta.homepage = "https://github.com/dstein64/nvim-scrollview/"; meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
}; };
@ -5390,6 +5402,18 @@ let
meta.homepage = "https://github.com/alvan/vim-closetag/"; meta.homepage = "https://github.com/alvan/vim-closetag/";
}; };
vim-code-dark = buildVimPluginFrom2Nix {
pname = "vim-code-dark";
version = "2021-04-09";
src = fetchFromGitHub {
owner = "tomasiser";
repo = "vim-code-dark";
rev = "670fed53a2ae67542a78ef7b642f4aca6b6326dc";
sha256 = "0zdhhv3h8lzba8dpv0amc5abpkzayp6gbjw6qv712p638zyr99vw";
};
meta.homepage = "https://github.com/tomasiser/vim-code-dark/";
};
vim-codefmt = buildVimPluginFrom2Nix { vim-codefmt = buildVimPluginFrom2Nix {
pname = "vim-codefmt"; pname = "vim-codefmt";
version = "2021-04-15"; version = "2021-04-15";
@ -6702,12 +6726,12 @@ let
vim-kitty-navigator = buildVimPluginFrom2Nix { vim-kitty-navigator = buildVimPluginFrom2Nix {
pname = "vim-kitty-navigator"; pname = "vim-kitty-navigator";
version = "2021-03-31"; version = "2021-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "knubie"; owner = "knubie";
repo = "vim-kitty-navigator"; repo = "vim-kitty-navigator";
rev = "f09007be7e477a491a478444b302d079104af23d"; rev = "50b87c4287c791addc7364dfa377605d0837d326";
sha256 = "06m9rf0c9nxmyz9qnri1lmyb7cljv3vz2njxvh3fz8q7hjghh6cd"; sha256 = "0z3hmgflpiv0czdrkvpc845ms7bjy9rs2a6mp7gyzlqyqrjvqzzy";
}; };
meta.homepage = "https://github.com/knubie/vim-kitty-navigator/"; meta.homepage = "https://github.com/knubie/vim-kitty-navigator/";
}; };
@ -6870,12 +6894,12 @@ let
vim-lsp = buildVimPluginFrom2Nix { vim-lsp = buildVimPluginFrom2Nix {
pname = "vim-lsp"; pname = "vim-lsp";
version = "2021-04-27"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "prabirshrestha"; owner = "prabirshrestha";
repo = "vim-lsp"; repo = "vim-lsp";
rev = "80f4b269b51eae778a3f3093c144ffe8b2c943a1"; rev = "b6898841c771df0a5231f74145e0813533d44def";
sha256 = "15zbdgns2llzjwxzwn4b8bxyjkjjlnxrjrsbdbmkz7rkvkw4bkjd"; sha256 = "0r5hg2hjcmwm6mkm7s41wij6hdlfq2g5xjvgg0bn8nhyn4048mgd";
}; };
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/"; meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
}; };
@ -8059,12 +8083,12 @@ let
vim-speeddating = buildVimPluginFrom2Nix { vim-speeddating = buildVimPluginFrom2Nix {
pname = "vim-speeddating"; pname = "vim-speeddating";
version = "2019-11-12"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tpope"; owner = "tpope";
repo = "vim-speeddating"; repo = "vim-speeddating";
rev = "fe98cfaa7ea9c4b838d42a6830437c919eb55b4e"; rev = "95da3d72efc91a5131acf388eafa4b1ad6512a9b";
sha256 = "02875qswrmanr7b798ymlc7w60055q0av0qj3fh7fvpqhsqpg52k"; sha256 = "1al53c1x2bnnf0nnn7319jxq7bphaxdcnb5i7qa86m337jb2wqrp";
}; };
meta.homepage = "https://github.com/tpope/vim-speeddating/"; meta.homepage = "https://github.com/tpope/vim-speeddating/";
}; };
@ -8852,12 +8876,12 @@ let
vimspector = buildVimPluginFrom2Nix { vimspector = buildVimPluginFrom2Nix {
pname = "vimspector"; pname = "vimspector";
version = "2021-04-22"; version = "2021-04-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "puremourning"; owner = "puremourning";
repo = "vimspector"; repo = "vimspector";
rev = "a47d0b921c42be740e57d75a73ae15a8ee0141d4"; rev = "0c88cc8badeeee74f9cafbf461b72769b06a15d5";
sha256 = "05nhav31i3d16d1qdcgbkr8dfgwi53123sv3xd9pr8j7j3rdd0ix"; sha256 = "1f9k0mhcaaddjdd3619m95syy4rbh5fgacya9fr1580z16vcir8p";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/puremourning/vimspector/"; meta.homepage = "https://github.com/puremourning/vimspector/";
@ -8959,6 +8983,18 @@ let
meta.homepage = "https://github.com/mattn/webapi-vim/"; meta.homepage = "https://github.com/mattn/webapi-vim/";
}; };
which-key-nvim = buildVimPluginFrom2Nix {
pname = "which-key-nvim";
version = "2021-04-29";
src = fetchFromGitHub {
owner = "folke";
repo = "which-key.nvim";
rev = "6cf68b49d48f2e07b82aee18ad01c4115d9ce0e5";
sha256 = "06r5hlwm1i1gim12k3i5kxrwnhjbq2xfxic5z0iax9m86szb4ja3";
};
meta.homepage = "https://github.com/folke/which-key.nvim/";
};
wildfire-vim = buildVimPluginFrom2Nix { wildfire-vim = buildVimPluginFrom2Nix {
pname = "wildfire-vim"; pname = "wildfire-vim";
version = "2014-11-16"; version = "2014-11-16";

View File

@ -132,7 +132,7 @@ fisadev/vim-isort
flazz/vim-colorschemes flazz/vim-colorschemes
floobits/floobits-neovim floobits/floobits-neovim
folke/lsp-colors.nvim@main folke/lsp-colors.nvim@main
folke/which-key.nvim folke/which-key.nvim@main
freitass/todo.txt-vim freitass/todo.txt-vim
frigoeu/psc-ide-vim frigoeu/psc-ide-vim
fruit-in/brainfuck-vim fruit-in/brainfuck-vim
@ -505,6 +505,7 @@ qpkorr/vim-bufkill
Quramy/tsuquyomi Quramy/tsuquyomi
racer-rust/vim-racer racer-rust/vim-racer
radenling/vim-dispatch-neovim radenling/vim-dispatch-neovim
rafamadriz/friendly-snippets@main
rafaqz/ranger.vim rafaqz/ranger.vim
rafi/awesome-vim-colorschemes rafi/awesome-vim-colorschemes
raghur/fruzzy raghur/fruzzy
@ -620,6 +621,7 @@ tmhedberg/SimpylFold
tmsvg/pear-tree tmsvg/pear-tree
tmux-plugins/vim-tmux tmux-plugins/vim-tmux
tmux-plugins/vim-tmux-focus-events tmux-plugins/vim-tmux-focus-events
tomasiser/vim-code-dark
tomasr/molokai tomasr/molokai
tomlion/vim-solidity tomlion/vim-solidity
tommcdo/vim-exchange tommcdo/vim-exchange