You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this bug happen when you install plugin without vim-polyglot?
No, it's because polyglot bundles ftplugins that are included with vim.
Readme says:
On top of all language packs from vim repository, vim-polyglot includes...
Describe the bug:
When I upgrade vim it gets new syntax and ftplugin files, but since user plugins load before vim runtime files the polyglot version is preferred. So my ftplugin files will be using the old polyglot version.
I can upgrade polyglot to solve, but I've had several issues upgrading polyglot that broke my workflow so it doesn't feel safe to upgrade without carefully checking the change log. (Automatic indent detection was a notable one since I already have DetectIndent and editorconfig and I think polyglot overrode their behaviour. I think Sensible was another fiasco since I see I've disabled that too.)
Feature: Guess the word
Rule: Only 5 guesses
# The first example has two stepsScenario: Maker starts a gameWhen the Maker starts a game
Then the Maker waits for a Breaker to join
It looks like this:
but should look like this with Rule highlighted:
Suggestions:
Provide a way to disable polyglot's copy of vim's language packs or grab the version of vim they're copied from and automatically disable if the user's version of vim is newer.
The text was updated successfully, but these errors were encountered:
Same problem with neovim. editorconfig come built-in after neovim 0.9 and vim-polyglot overrided indent configuration.
In my case I had lua files with 2 spaces indent defined in the .editorconfig file and polyglot sets shiftwidth to 4.
Does this bug happen when you install plugin without vim-polyglot?
No, it's because polyglot bundles ftplugins that are included with vim.
Readme says:
Describe the bug:
When I upgrade vim it gets new syntax and ftplugin files, but since user plugins load before vim runtime files the polyglot version is preferred. So my ftplugin files will be using the old polyglot version.
I can upgrade polyglot to solve, but I've had several issues upgrading polyglot that broke my workflow so it doesn't feel safe to upgrade without carefully checking the change log. (Automatic indent detection was a notable one since I already have DetectIndent and editorconfig and I think polyglot overrode their behaviour. I think Sensible was another fiasco since I see I've disabled that too.)
To Reproduce:
Install latest vim. Install polyglot c96947b.
Create test.story:
It looks like this:
but should look like this with Rule highlighted:
Suggestions:
Provide a way to disable polyglot's copy of vim's language packs or grab the version of vim they're copied from and automatically disable if the user's version of vim is newer.
The text was updated successfully, but these errors were encountered: