From 7d0e7a0af0fdaac754b9d229cf4a000ba9d15026 Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Mon, 30 Mar 2020 10:45:03 +0200 Subject: [PATCH] Update vimrc --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 81e4992..087d2e9 100644 --- a/.vimrc +++ b/.vimrc @@ -23,7 +23,7 @@ Plugin 'terryma/vim-smooth-scroll' "Smooth scrolling Plugin 'mhartington/oceanic-next' "Theme OceanicNext Plugin 'jacoborus/tender.vim' "Theme Tender Plugin 'thoughtbot/vim-rspec' "RSpec Plugin -Plugin 'MikeCoder/markdown-preview.vim' +Plugin 'MikeCoder/markdown-preview.vim' "Markdown preview " All of your Plugins must be added before the following line call vundle#end()