vimPlugins.nvim-cokeline: init at 2022-09-11

This commit is contained in:
rocko
2022-10-26 18:44:23 +02:00
parent 1dcb9fa97f
commit fa4a1f0fc3
2 changed files with 13 additions and 0 deletions
@@ -5457,6 +5457,18 @@ final: prev:
meta.homepage = "https://github.com/weilbith/nvim-code-action-menu/";
};
nvim-cokeline = buildVimPluginFrom2Nix {
pname = "nvim-cokeline";
version = "2022-09-11";
src = fetchFromGitHub {
owner = "noib3";
repo = "nvim-cokeline";
rev = "501f93ec84af0d505d95d3827cad470b9c5e86dc";
sha256 = "1vb6p497rwi6jmj08a3vpcxkc6c9qkblkv56gn1qgrdrx66gh0q5";
};
meta.homepage = "https://github.com/noib3/nvim-cokeline/";
};
nvim-colorizer-lua = buildVimPluginFrom2Nix {
pname = "nvim-colorizer.lua";
version = "2022-09-28";
@@ -459,6 +459,7 @@ https://github.com/ojroques/nvim-bufdel/,,
https://github.com/roxma/nvim-cm-racer/,,
https://github.com/hrsh7th/nvim-cmp/,,
https://github.com/weilbith/nvim-code-action-menu/,,
https://github.com/noib3/nvim-cokeline/,HEAD,
https://github.com/nvchad/nvim-colorizer.lua/,,
https://github.com/terrortylor/nvim-comment/,,
https://github.com/hrsh7th/nvim-compe/,,