Skip to content
hugonz edited this page Oct 25, 2017 · 2 revisions

let &t_ti.="\e[1 q" let &t_SI.="\e[5 q" let &t_EI.="\e[1 q" let &t_te.="\e[0 q" set t_Co=256 syn on set hlsearch filetype plugin indent on set tabstop=4 set shiftwidth=4 set smarttab set expandtab "color astronaut set number set softtabstop=4 set autoindent "highlight OverLength ctermbg=darkgray ctermfg=white guibg=#592929 " match OverLength /\%80v.\+/ highlight ColorColumn ctermbg=234 guibg=red let &colorcolumn=join(range(81,999),",")

Clone this wiki locally