1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00

vim: avoid using alias of vim-sensible

This commit is contained in:
Matthieu Coudron 2020-03-30 21:54:31 +02:00
parent 14f83a46d0
commit dd93c300bb

View File

@ -5,7 +5,7 @@ with lib;
let let
cfg = config.programs.vim; cfg = config.programs.vim;
defaultPlugins = [ pkgs.vimPlugins.sensible ]; defaultPlugins = [ pkgs.vimPlugins.vim-sensible ];
knownSettings = { knownSettings = {
background = types.enum [ "dark" "light" ]; background = types.enum [ "dark" "light" ];