vimPlugins.surround: fix typo (was sourround)

This commit is contained in:
Jörg Thalheim 2018-04-09 09:19:07 +01:00
parent 41ec2c2223
commit 60b5384780

View File

@ -122,7 +122,7 @@ rec {
snipmate = vim-snipmate;
sourcemap = sourcemap-vim;
"sourcemap.vim" = sourcemap-vim;
sourround = vim-surround;
surround = vim-surround;
sleuth = vim-sleuth;
solidity = vim-solidity;
stylish-haskell = vim-stylish-haskell;