{ pkgs, ... }: { programs.neovim.plugins = with pkgs.vimPlugins; [ { plugin = vim-fugitive; type = "viml"; config = # vim '' nmap G :Git ''; } ]; }