Reimplement crosshairs

This commit is contained in:
Andrew Tomaka 2020-01-21 10:04:27 -05:00
parent 0969dac348
commit c0776bbc37
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

2
vimrc
View file

@ -158,6 +158,8 @@ map <Leader>sz :so ~/.vimrc<cr>
set t_8f=[38;2;%lu;%lu;%lum
set t_8b=[48;2;%lu;%lu;%lum
if has('nvim')
set cursorline " Highlight current line
set cursorcolumn " Highlight current column
set termguicolors
colorscheme onedark
else