sheerun / vim-polyglot

A solid language pack for Vim.
5.58k stars 298 forks source link

How to change the chosen repo for a language? #802

Open halostatue opened 2 years ago

halostatue commented 2 years ago

This isn’t a new language request, nor is it quite a bug (although as far as I can tell, the included syntax highlighting for .cue files does not work). When I disabled cue in polyglot and added https://github.com/jjo/vim-cue instead, things (sort of) worked (the ft detection isn’t working, but that may be a bug in jjo/vim-cue; I haven’t determined this).

I’m just experimenting with something right now, so this is a fairly low priority issue for me, but if I continue with it, I will be investigating both upstreams to see what the issues that I’m seeing might be. However, jjo/vim-cue appears to be substantially more up-to-date than the 9-year-old vim-cuesheet implementation.

halostatue commented 2 years ago

Another alternative could be https://github.com/hofstadter-io/cue.vim (as it is hof that I’m looking at which uses Cue).