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