Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ pkgs, ... }:
pkgs.writeShellScriptBin "simple_vim" ''
${pkgs.neovim}/bin/nvim -u ${./config.vim} "$@"
''