From f4309c69498ae23959de904d38d23f6f8d667c09 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 6 Mar 2020 23:12:40 +0100 Subject: Few more aliases, autocomplete filetype ignore --- .pluggins.vim | 2 -- 1 file changed, 2 deletions(-) (limited to '.pluggins.vim') diff --git a/.pluggins.vim b/.pluggins.vim index 1c60958..c3951a5 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -6,10 +6,8 @@ call plug#begin() Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar - " bloat?? Plug 'romainl/vim-cool' " disable highlight after search - Plug 'haya14busa/incsearch.vim' " better incsearch Plug 'justinmk/vim-syntax-extra' " better syntax highlight Plug 'sheerun/vim-polyglot' " better syntax highlight call plug#end() -- cgit