mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/surround: stop using alias
This commit is contained in:
parent
155353436c
commit
38e3849f4a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
helpers.vim-plugin.mkVimPlugin config {
|
helpers.vim-plugin.mkVimPlugin config {
|
||||||
name = "surround";
|
name = "surround";
|
||||||
originalName = "surround.vim";
|
originalName = "surround.vim";
|
||||||
defaultPackage = pkgs.vimPlugins.surround;
|
defaultPackage = pkgs.vimPlugins.vim-surround;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue