From cea0d08a062478503814e51aa21c6486a0dd1b21 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 12 Dec 2019 16:43:09 +0100 Subject: Replace markdown plugin for faster one --- config.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.vim') diff --git a/config.vim b/config.vim index 1565a7ec..86db52a9 100644 --- a/config.vim +++ b/config.vim @@ -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 -- cgit v1.2.3