mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
vimPlugins.wtf-nvim: init at 2023-11-11
This commit is contained in:
parent
37b106f9b0
commit
1d17fa361b
@ -1637,6 +1637,10 @@ self: super: {
|
||||
dependencies = with self; [ vimwiki fzf-vim ];
|
||||
};
|
||||
|
||||
wtf-nvim = super.wtf-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nui-nvim ];
|
||||
};
|
||||
|
||||
YankRing-vim = super.YankRing-vim.overrideAttrs {
|
||||
sourceRoot = ".";
|
||||
};
|
||||
|
@ -1336,6 +1336,7 @@ https://github.com/vim-scripts/wombat256.vim/,,
|
||||
https://github.com/lukaszkorecki/workflowish/,,
|
||||
https://github.com/andrewferrier/wrapping.nvim/,HEAD,
|
||||
https://github.com/tweekmonster/wstrip.vim/,,
|
||||
https://github.com/piersolenski/wtf.nvim/,HEAD,
|
||||
https://github.com/drmingdrmer/xptemplate/,,
|
||||
https://github.com/guns/xterm-color-table.vim/,,
|
||||
https://github.com/HerringtonDarkholme/yats.vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user