diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 10:03:56 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 10:03:56 +0200 |
commit | 1d7f0e4a7e0a6384cfbeaaa50e64779353be6f51 (patch) | |
tree | af6db6cce6b08ebe760a86dc747343565ab67365 /README.md | |
parent | ad2df97a644fd3bbddd5314a37c24c91bdd3b427 (diff) | |
download | vim-polyglot-1d7f0e4a7e0a6384cfbeaaa50e64779353be6f51.tar.gz vim-polyglot-1d7f0e4a7e0a6384cfbeaaa50e64779353be6f51.zip |
Remove non-relevant sensible settings
https://github.com/sheerun/vim-polyglot/commit/233a817f05ba73574539ed7395bde49d183a807a
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ A collection of language packs for Vim. - It is also more secure (scripts loaded for every filetype are generated by vim-polyglot) - Best syntax and indentation support (no other features). Hand-selected language packs. - Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled) -- Includes defaults from [vim-sensible](https://github.com/tpope/vim-sensible), which are usually necessary for editing in any language (can be disabled) +- Includes some defaults from [vim-sensible](https://github.com/tpope/vim-sensible), which are usually necessary for editing in any language (can be disabled) \*To be completely honest, optimized `ftdetect` script takes around `10ms` to load. |