with import {}; vim_configurable.customize { name = "vim"; vimrcConfig = { customRC = builtins.readFile ./vimrc; packages.vim = with pkgs.vimPlugins; { start = [ airline syntastic ]; }; }; } # vim: set et ts=2 sw=2 ai: