diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-12 16:43:09 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-12 16:43:09 +0100 |
commit | cea0d08a062478503814e51aa21c6486a0dd1b21 (patch) | |
tree | 085f856a71019a5f9046501b9f45116286726d51 /config.vim | |
parent | 43085dc02f34d7d54208e6e20989d4779bffe71c (diff) | |
download | vim-polyglot-4.1.4.tar.gz vim-polyglot-4.1.4.zip |
Replace markdown plugin for faster onev4.1.4
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +if !exists('g:markdown_enable_spell_checking') + let g:markdown_enable_spell_checking = 0 +end + +if !exists('g:markdown_enable_input_abbreviations') + let g:markdown_enable_input_abbreviations = 0 +end + +if !exists('g:markdown_enable_mappings') + let g:markdown_enable_mappings = 0 +end + " Enable jsx syntax by default if !exists('g:jsx_ext_required') let g:jsx_ext_required = 0 |