From 709c0417a869b9126b81b1eb3f66fa9b0a655503 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 18 Jan 2016 15:17:09 +0100 Subject: [PATCH] Powerline papa. --- install.sh | 3 --- vim/bundle/powerline | 1 - vim/rcfiles/vimrc | 2 -- 3 files changed, 6 deletions(-) delete mode 160000 vim/bundle/powerline diff --git a/install.sh b/install.sh index fc58693..e8391b9 100644 --- a/install.sh +++ b/install.sh @@ -18,9 +18,6 @@ git submodule update cd vim/bundle/nerdtree git checkout master cd ~/.dotfiles -cd vim/bundle/powerline -git checkout develop -cd ~/.dotfiles cd dircolors git checkout master diff --git a/vim/bundle/powerline b/vim/bundle/powerline deleted file mode 160000 index 09c0cea..0000000 --- a/vim/bundle/powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 09c0cea859a2e0989eea740655b35976d951a84e diff --git a/vim/rcfiles/vimrc b/vim/rcfiles/vimrc index 59b10c2..c5cde9c 100644 --- a/vim/rcfiles/vimrc +++ b/vim/rcfiles/vimrc @@ -6,8 +6,6 @@ set background=dark colorscheme monokai hi BadWhitespace ctermbg=red guibg=red -let g:Powerline_symbols='fancy' - set t_Co=256 set gdefault set nobackup