dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9b7c86e590aff1758797e00f574395f690622d27
parent 7e1e683a802a13c71134b270b4825c535bb281b5
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun,  1 May 2016 11:48:28 -0700

Add a (relatively pointless) comment

Diffstat:
M.vim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -105,6 +105,8 @@ if &t_Co > 2 || has("gui_running") syntax enable set background=dark colorscheme lucius + + " Highlight cursor line set cursorline hi ColorColumn guibg=grey24 ctermbg=238 hi CursorLine guibg=grey24 ctermbg=238