diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-25 14:03:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-25 14:03:03 +0200 |
commit | e47af23f64e4c02ab85080e94c23e57b3f66ecda (patch) | |
tree | b02a2ea865faa46501da7480e11f38a2c0661b01 /doc/vim-polyglot.txt | |
parent | 8f5134aef8c4162235892d87407275f447e54e40 (diff) | |
download | vim-polyglot-e47af23f64e4c02ab85080e94c23e57b3f66ecda.tar.gz vim-polyglot-e47af23f64e4c02ab85080e94c23e57b3f66ecda.zip |
Cleanup ftdetect
Diffstat (limited to 'doc/vim-polyglot.txt')
-rw-r--r-- | doc/vim-polyglot.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/vim-polyglot.txt b/doc/vim-polyglot.txt deleted file mode 100644 index 5a804998..00000000 --- a/doc/vim-polyglot.txt +++ /dev/null @@ -1,25 +0,0 @@ -*vim-polyglot* Vim Polyglot - -=============================================================================== - *vim-polyglot-introduction* -Introduction ~ - -Vim Polyglot is a solid language pack for vim. No configuration needed. - -Please make sure you have `syntax on` in your `.vimrc` - - -=============================================================================== -DISABLING LANGUAGE PACKS *vim-polyglot-disabled* - - -Individual language packs can be disabled by setting `g:polyglot_disabled`: - -> - " ~/.vimrc, declare this variable before polyglot is loaded let - g:polyglot_disabled = ['css'] -< - -Note that disabling 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. |