diff --git a/.vimrc b/.vimrc index 67c427e..93b27d1 100644 --- a/.vimrc +++ b/.vimrc @@ -76,8 +76,8 @@ nnoremap gpl :Dispatch! git pull " set of defaults that (hopefully) everyone can agree on. Plugin 'tpope/vim-sensible' " Nice colour scheme -"Plugin 'fenetikm/falcon' -Plugin 'Rigellute/shades-of-purple.vim' +Plugin 'fenetikm/falcon' +"Plugin 'Rigellute/shades-of-purple.vim' " Quick file system tree, mapped to Ctrl+n for quick toggle Plugin 'scrooloose/nerdtree' map :NERDTreeToggle @@ -505,12 +505,12 @@ set cryptmethod=blowfish2 " Ensure 256 colour support if the terminal supports it if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" - "colorscheme falcon - colorscheme shades_of_purple + colorscheme falcon + "colorscheme shades_of_purple " Ignore the background setting, as falcon's dark blue is a bit much IMHO "hi Normal guibg=NONE ctermbg=NONE - let g:shades_of_purple_airline = 1 - let g:airline_theme='shades_of_purple' + "let g:shades_of_purple_airline = 1 + "let g:airline_theme='shades_of_purple' " create a bar for airline set laststatus=2