-
Notifications
You must be signed in to change notification settings - Fork 34
Make this a PR to Neovim core #36
Comments
Because this plugin is relatively new, there will still be edge cases that need to be sorted out. I might do this once it reaches a more stable state. |
Core is well aware of this plugin, and pretty much of the same opinion: worthwhile, but should be done carefully to avoid regressions. The more people test it now, the better :) Friction points to moving it upstream (which can all be overcome):
|
An intermediate step could be to move this into https://github.com/nvim-lua/plenary.nvim (the "Neovim nursery") -- in particular, integrating this into https://github.com/nvim-lua/plenary.nvim#plenaryfiletype. |
In the meantime, it would be useful for this plugin to stay (reasonably) up-to-date with the Another very useful thing would be to test (ideally as a CI job!) whether Neovim's filetype test still passes with this plugin (and if not, ensure that it does). |
I believe we can close this issue, since neovim added |
merged neovim/neovim#16600 does this mean if using the nightly version, this plugin is not needed anymore? |
Note that the built-in Lua filetype detection behaves somewhat differently (for the above-mentioned reasons), so you might still prefer to use this plugin. |
Wow cool... so will that merge/commit be included in the |
No. Features are not backported to release branches, so this will only be in 0.7.0. |
Thanks for clarifying :) |
Update: I believe this issue can be closed now. |
Please close the issue, the patch has landed into |
If this is really this much better and works consistently and as well as
filetype.vim
then IMO it should be included in Neovim core, to outright replacefiletype.vim
. Just a suggestion.The text was updated successfully, but these errors were encountered: