vim-plugins: Fix name of attribute

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-01-11 07:35:56 +01:00 committed by Matthieu Coudron
parent ba434d950d
commit e74ca28bed

View File

@ -258,7 +258,7 @@ let
packages = { home-manager = { start = [vimPlugins.vim-fugitive]; opt = [];};
beforePlugins = '';
customRc = ''let mapleader = " "'';
customRC = ''let mapleader = " "'';
};
*/