Closed joshtriplett closed 3 years ago
I think in my ideal world, TOML wouldn't change anymore, we could declare this plugin more or less "done" and contribute it to vim, and everyone could mostly stop thinking about it.
Several obstacles stand in the way.
If some vim-toml user who also has some experience working with vim plugins would like to help with maintenance of vim-toml and shepherd vim-toml into the vim project, I'd certainly be open to that.
@cespare I honestly don't feel like you need to do more on vim-toml to justify it being in vim. It's something many people use and depend on, and it works very well. That ought to be enough. I'd argue that (1) and (3) don't apply. (2) does, and I don't know the process there. (4) does, but slowly.
If some vim-toml user who also has some experience working with vim plugins would like to help with maintenance of vim-toml and shepherd vim-toml into the vim project, I'd certainly be open to that.
@cespare I can help with that. I think I can whip up a test file, so we can make sure the syntax highlighting is working well and I might have an idea to fix #9.
Yes I think that would be a good idea.
Of the issues @cespare raised:
@89z "we" aren't going to do anything, unless you are volunteering to become a maintainer. You are asking me to do work, and apparently ignored the existing discussion.
@89z "we" aren't going to do anything, unless you are volunteering to become a maintainer. You are asking me to do work, and apparently ignored the existing discussion.
I'm happy to become maintainer
@a-vrma
I'm happy to become maintainer
OK, sounds good. Thanks!
I added you to this repo. Feel free to update the files to list yourself as maintainer and me as the previous maintainer. Then I imagine you can submit upstream (but lmk if I need do to anything).
I added you to this repo. Feel free to update the files to list yourself as maintainer and me as the previous maintainer.
Great, thanks!
I'm going to review both the pull requests, move all the hi def link
lines in syntax/toml.vim to the bottom to match the style used by every other syntax file in the Vim repo, and then I'll open a pull request.
EDIT: vim/vim#8984
Done as of vim/vim@28b6a3bef6d25d36c049bb731ced496155f7f9c0
Thanks very much @averms!
The rust.vim project ended up getting incorporated into vim itself, so that people have it available by default with a standard vim installation. See https://github.com/rust-lang/rust.vim/issues/134 and https://github.com/vim/vim/pull/1356 for details.
Please consider doing the same with vim-toml, to have vim provide a toml mode by default.
Thank you for vim-toml!