carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

Replace all langs with `vim-polyglot` #699

Closed andersonvom closed 6 years ago

andersonvom commented 7 years ago

vim-polyglot1 has support for syntax to over 100 languages and handles loading of each script on demand so it doesn't affect startup time.

Closes: #661

andersonvom commented 6 years ago

Bump...?

jmoody commented 6 years ago

This change is a bit disruptive. If I understand correctly, I can no longer disable a particular language plug-in. Instead I have to disable the vim-polyglot plug-in which removes support for all languages?

The cucumber indention changes are causing a lot of problems for me - is there some why I can turn off just the cucumber support?

I will admit to having very little understanding about how janus works - I have been using daily for 5 years and have been really happy that I don't have to understand how it works.

andersonvom commented 6 years ago

@jmoody it looks like you can disable individual languages: https://github.com/sheerun/vim-polyglot#troubleshooting

jmoody commented 6 years ago

Yes, I tried that approach. It did not work.