From f6b568e7bd84f2463b95597a82d5386e477d48e9 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 2 Jul 2022 21:25:37 +0200 Subject: [PATCH] vimrc: rm legacy (neocomplete-related) block --- .vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 063231e..63e3199 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -3,11 +3,6 @@ set nocompatible filetype off "required -" Enable heavy omni completion. -if !exists('g:neocomplete#sources#omni#input_patterns') - let g:neocomplete#sources#omni#input_patterns = {} -endif - if empty(glob('~/.vim/autoload/plug.vim')) silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs