Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: add autoGroups + refactoring #147

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

GaetanLepage
Copy link
Member

@GaetanLepage GaetanLepage commented Jan 24, 2023

This PR adds the autoGroups option.

Example:

programs.nixvim.autoGroups = {
  my_augroup = {};
  my_augroup1 = { clear = true; };
  my_augroup2 = { clear = false; };
};

@GaetanLepage GaetanLepage marked this pull request as ready for review January 24, 2023 15:14
@GaetanLepage GaetanLepage changed the title modules: add autoGroups modules: add autoGroups + refactoring Jan 24, 2023
Copy link
Collaborator

@pta2002 pta2002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, forgot about this one and thought I'd merged it already 😅

@pta2002 pta2002 merged commit 52339f0 into nix-community:main Feb 1, 2023
@GaetanLepage GaetanLepage deleted the autogroup branch February 2, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants