vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 6fb953f7e100542a383bd2646b6604b99e9d301a
parent 3c5efd3f3bf84385d1674d2ce9fda0348ea0fa63
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun,  1 May 2016 11:48:28 -0700

Add a (relatively pointless) comment

Diffstat:
Mvimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vimrc b/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