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

could you please add an option to disable all filetypes except the few I enable in the filetypes table #13

Open
gaven140 opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gaven140
Copy link

Problem

An option to disable for all filetypes except the ones I explicitly enable in the filetypes table.

Expected behavior

filetypes = {
  all = false,
  lua = true,
  python = true,
  ...
}


-- OR
filetypes_disable_all = true,
filetypes = {
  -- filetypes to enable
}
@gaven140 gaven140 added the enhancement New feature or request label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant