From 5e4afe074a0d59a01642fbf164bf725671d95861 Mon Sep 17 00:00:00 2001 From: Kayle Gishen Date: Thu, 14 Sep 2017 00:29:39 -0400 Subject: [PATCH] Fixed merge issue --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 76329c9072..a2b85141fd 100644 --- a/vimrc +++ b/vimrc @@ -99,6 +99,7 @@ if has('nvim') return ! col || getline('.')[col - 1] =~? '\s' endfunction "}}} endif +call plug#end() filetype plugin indent on " required