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

Move to built in filetype lua with neovim 0.7 #308

Merged
merged 1 commit into from Apr 18, 2022
Merged

Conversation

mehalter
Copy link
Member

Neovim 0.7 has filetype.lua built in so there is no reason for us to use the plugin anymore. The user can simply call vim.filetype.add({...}) in their polish function and get filetypes added.

Signed-off-by: Micah Halter <micah@balena.io>
@mehalter mehalter added the enhancement New feature or request label Apr 17, 2022
@mehalter mehalter self-assigned this Apr 17, 2022
@mehalter mehalter merged commit 5b904b9 into main Apr 18, 2022
@mehalter mehalter deleted the builtin_filetype branch April 18, 2022 00:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants