summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-23 23:55:28 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-23 23:55:28 +0200
commitc284af58fa13ad9fdd831f57d31dc4688977ae94 (patch)
tree265c86016ffa94ee103d4d345010b42896634521
parent50aa05bd7223bf8887c1b66d092c5177c061c812 (diff)
downloadvim-polyglot-c284af58fa13ad9fdd831f57d31dc4688977ae94.tar.gz
vim-polyglot-c284af58fa13ad9fdd831f57d31dc4688977ae94.zip
Update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75412436..6691627f 100644
--- a/README.md
+++ b/README.md
@@ -263,13 +263,13 @@ The list of available languages to disable is shown above.
*Please declare this variable before polyglot is loaded (at the top of .vimrc)*
-If you wish to use filetype detection by Vim Polyglot but you'd like to use your own syntax-highlighting plugin, you can append `.plugin` to disabled entry, like so:
+If you wish to use filetype detection by Vim Polyglot but you'd like to use your own syntax-highlighting plugin, you can append `.plugin` to disabled entry, like below. Disabling Vim Polyglot filetype plugin won't disable native Vim filetype plugin.
```vim
let g:polyglot_disabled = ['markdown.plugin']
```
-Please note that disabling a language won't make in your vim startup any faster / slower (only for specific this specific filetype). All plugins are lazily loaded only when they are really needed.
+Please note that disabling a language won't make in your vim startup any faster / slower (only for specific this specific filetype). All plugins are lazily loaded only when they are really needed.
Vim Polyglot tries to automatically detect indentation settings (just like vim-sleuth). If this feature is not working for you for some reason, please file an issue and disable it temporarily with: