{
  programs.neovim = {
    defaultEditor = true;
    viAlias = true;
    vimAlias = true;
    enable = true;
    withPython3 = false;
    withRuby = false;
  };
}