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

feat(integrations): accept both boolean and table config #534

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

rewhile
Copy link
Contributor

@rewhile rewhile commented Jul 10, 2023

Both of these configs are valid:

Boolean Table
integrations = {
  navic = true,
  telescope = true,
  dropbar = true,
},
integrations = {
  navic = {
    enabled = true,
    custom_bg = "lualine",
  },
  telescope = {
    enabled = true,
    style = "nvchad",
  },
  dropbar = {
    enabled = true,
    color_mode = true,
  },
},

@rewhile rewhile merged commit f0b947a into main Jul 10, 2023
@rewhile rewhile deleted the feat/cfg_type branch July 10, 2023 12:42
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.

1 participant