mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
vimPlugins.nvim-various-textobjs: init at 2024-08-17 (#338626)
This commit is contained in:
commit
48a3af7fc1
@ -8751,6 +8751,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/samjwill/nvim-unception/";
|
||||
};
|
||||
|
||||
nvim-various-textobjs = buildVimPlugin {
|
||||
pname = "nvim-various-textobjs";
|
||||
version = "2024-08-17";
|
||||
src = fetchFromGitHub {
|
||||
owner = "chrisgrieser";
|
||||
repo = "nvim-various-textobjs";
|
||||
rev = "8dbc655f794202f45ab6a1cac1cb323a218ac6a1";
|
||||
sha256 = "0fj02l74ibcp4b8j6jkyjfq2k25a3jllf6cd1mddhhj7laa4zhfw";
|
||||
};
|
||||
meta.homepage = "https://github.com/chrisgrieser/nvim-various-textobjs/";
|
||||
};
|
||||
|
||||
nvim-web-devicons = buildVimPlugin {
|
||||
pname = "nvim-web-devicons";
|
||||
version = "2024-08-04";
|
||||
|
@ -737,6 +737,7 @@ https://github.com/windwp/nvim-ts-autotag/,,
|
||||
https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
|
||||
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
|
||||
https://github.com/samjwill/nvim-unception/,HEAD,
|
||||
https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD,
|
||||
https://github.com/kyazdani42/nvim-web-devicons/,,
|
||||
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
|
||||
https://github.com/s1n7ax/nvim-window-picker/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user