vim stuff
This commit is contained in:
parent
40e9bbba20
commit
5026797e7f
5 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2a027e992d44e47ea3f176692fe948d3145eab54
|
||||
Subproject commit f7cbf8c42959689461e6dfcc92b4e453cb4ae17c
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 04fa4fc40f21d9490954213c1ee06c7fdea66a6d
|
||||
Subproject commit 0f9995d5996adf613297896c744415cd9e6b7a80
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 260182c65cae653ac20e6a69ba8cc6124e7ba6c2
|
||||
Subproject commit 32b0d6266361614a6a07cfe850750e900cd50575
|
||||
8
.vimrc
8
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue