diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-01 16:54:03 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-01 16:54:03 +0100 |
commit | d6678a1b35f7cb873a6a62c371dcadfc03c8ae0d (patch) | |
tree | 757044f506610be5439655862b0da9f186034eda /README.md | |
parent | 0626cc90a21dbd93806e431a4cff640d2d13c765 (diff) | |
download | vim-polyglot-d6678a1b35f7cb873a6a62c371dcadfc03c8ae0d.tar.gz vim-polyglot-d6678a1b35f7cb873a6a62c371dcadfc03c8ae0d.zip |
Allow to disable ftdetect scripts, closes #657
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -247,6 +247,15 @@ Vim Polyglot includes vim-sensible plugin, which is usually necessary for editin let g:polyglot_disabled = ['sensible'] ``` +## No ftdetect + +If you want to use vim-polyglot plugins, but not ftdetect autocommands, the you can disable it as so: + + +```vim +let g:polyglot_disabled = ['ftdetect'] +``` + ## Contributing Language packs are periodically updated using automated `scripts/build` script. |