Skip to content

Instantly share code, notes, and snippets.

@chrisbarless
chrisbarless / .vimrc
Created January 26, 2021 19:46
vimrc
" Colors
syntax enable
syntax sync fromstart
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
" set termguicolors
" Plug 'lifepillar/vim-solarized8'
" set background=dark
" colorscheme solarized8