{pkgs, ...}: { xdg.configFile."nvim/syntax/e2.vim" = let fetch = pkgs.fetchurl { url = "https://www.vim.org/scripts/download_script.php?src_id=17326"; sha256 = ""; }; in { source = "${fetch}/e2.vim"; }; }