From 5389a95005f701cd05072390b81d2ef94cd0d573 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 9 Nov 2018 23:45:53 +0800 Subject: vim: Remove old configs for spf13 bundle --- _vimrc.bundles.local | 17 ----------------- _vimrc.local | 31 ------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 _vimrc.bundles.local delete mode 100644 _vimrc.local diff --git a/_vimrc.bundles.local b/_vimrc.bundles.local deleted file mode 100644 index cebb1e2..0000000 --- a/_vimrc.bundles.local +++ /dev/null @@ -1,17 +0,0 @@ -" -" ~/.vimrc.bundles.local -" Local customizations for `spf13-vim-3` -" https://github.com/spf13/spf13-vim -" -" Aaron LI -" Created: 2016-07-05 -" - -" Once new plugins are added, they have to be installed by: -" $ vim +BundleInstall! +BundleClean +q - -" Custom plugins -Bundle 'mbbill/fencview' -Bundle 'fcitx.vim' -Bundle 'Konfekt/FastFold' - diff --git a/_vimrc.local b/_vimrc.local deleted file mode 100644 index 7535273..0000000 --- a/_vimrc.local +++ /dev/null @@ -1,31 +0,0 @@ -" -" ~/.vimrc.local -" Local customizations for `spf13-vim-3` -" https://github.com/spf13/spf13-vim -" -" Aaron LI -" Created: 2016-05-20 -" - -colorscheme molokai - -if has('gui_running') - set guifont=Source\ Code\ Pro\ Regular\ 11 -endif - -set tabstop=8 -set wrap -" wrap long lines at a character in 'breakat' -set linebreak - -" turn off spell check -set nospell - -" do not use system clipboard -set clipboard= - -" syntastic settings -"let g:syntastic_always_populate_loc_list = 1 -"let g:syntastic_auto_loc_list = 1 -"let g:syntastic_check_on_open = 1 -"let g:syntastic_check_on_wq = 0 -- cgit v1.2.2