From 12564a8f73ebe721d415a04d36f7aac7091bea9d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 16 May 2019 18:16:09 -0400 Subject: updating vimrc --- .../plugged/lightline.vim/plugin/lightline.vim | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 vim/.vim/plugged/lightline.vim/plugin/lightline.vim (limited to 'vim/.vim/plugged/lightline.vim/plugin') diff --git a/vim/.vim/plugged/lightline.vim/plugin/lightline.vim b/vim/.vim/plugged/lightline.vim/plugin/lightline.vim deleted file mode 100644 index fc8f598..0000000 --- a/vim/.vim/plugged/lightline.vim/plugin/lightline.vim +++ /dev/null @@ -1,26 +0,0 @@ -" ============================================================================= -" Filename: plugin/lightline.vim -" Author: itchyny -" License: MIT License -" Last Change: 2018/06/22 08:49:00. -" ============================================================================= - -if exists('g:loaded_lightline') || v:version < 700 - finish -endif -let g:loaded_lightline = 1 - -let s:save_cpo = &cpo -set cpo&vim - -augroup lightline - autocmd! - autocmd WinEnter,BufWinEnter,FileType,SessionLoadPost * call lightline#update() - autocmd SessionLoadPost * call lightline#highlight() - autocmd ColorScheme * if !has('vim_starting') || expand('') !=# 'macvim' - \ | call lightline#update() | call lightline#highlight() | endif - autocmd CursorMoved,BufUnload * call lightline#update_once() -augroup END - -let &cpo = s:save_cpo -unlet s:save_cpo -- cgit v1.2.3