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
You can either wait for new patch release with updates or run the `./build` script by yourself.
118
+
119
+
## Troubleshooting
120
+
121
+
Please make sure you have `syntax on` in your `.vimrc`, otherwise syntax files are not loaded at all.
116
122
117
-
Individual language packs can be disabled by setting `g:polyglot_disabled`.
123
+
Individual language packs can be disabled by setting `g:polyglot_disabled` as follows:
118
124
119
125
```viml
120
126
" ~/.vimrc
@@ -123,10 +129,6 @@ let g:polyglot_disabled = ['css']
123
129
124
130
Note that disabiling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
125
131
126
-
## Updating
127
-
128
-
You can either wait for new patch release with updates or run the `./build` script by yourself.
129
-
130
132
## Contributing
131
133
132
134
Language packs are periodically updated using automated `build` script.
0 commit comments