From 5026797e7f5ce54ef03a12a82ed7c9025085e79e Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 4 May 2021 08:35:37 +0200 Subject: [PATCH] vim stuff --- .bashrc_local | 2 +- .vim/bundle/vim-airline | 2 +- .vim/bundle/vim-airline-themes | 2 +- .vim/bundle/vim-fugitive | 2 +- .vimrc | 8 +++++--- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.bashrc_local b/.bashrc_local index ec58cf2..c996402 100644 --- a/.bashrc_local +++ b/.bashrc_local @@ -11,4 +11,4 @@ export WORKON_HOME=$HOME/virtualenvs export PROJECT_HOME=$HOME/git [ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh -PATH=$PATH:~/bin +PATH=$PATH:~/bin:/usr/local/opt/python@3.7/bin diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline index 2a027e9..f7cbf8c 160000 --- a/.vim/bundle/vim-airline +++ b/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit 2a027e992d44e47ea3f176692fe948d3145eab54 +Subproject commit f7cbf8c42959689461e6dfcc92b4e453cb4ae17c diff --git a/.vim/bundle/vim-airline-themes b/.vim/bundle/vim-airline-themes index 04fa4fc..0f9995d 160000 --- a/.vim/bundle/vim-airline-themes +++ b/.vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit 04fa4fc40f21d9490954213c1ee06c7fdea66a6d +Subproject commit 0f9995d5996adf613297896c744415cd9e6b7a80 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 260182c..32b0d62 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 260182c65cae653ac20e6a69ba8cc6124e7ba6c2 +Subproject commit 32b0d6266361614a6a07cfe850750e900cd50575 diff --git a/.vimrc b/.vimrc index 45bd213..c420219 100644 --- a/.vimrc +++ b/.vimrc @@ -46,7 +46,9 @@ let g:airline_theme='violet' set t_Co=256 -colorscheme base16-paraiso +"colorscheme base16-codeschool +"colorscheme base16-atelier-dune-light +colorscheme base16-darktooth syntax on " enable vim modelines @@ -65,5 +67,5 @@ set incsearch " iTerm2: https://github.com/martinlindhe/base16-iterm2 " Highlight 80 column -set colorcolumn=80 -highlight ColorColumn ctermbg=LightGrey +set colorcolumn=80,120 +highlight ColorColumn ctermbg=238