Este repositorio ha sido archivado en 2022-12-11. Puedes ver archivos y clonarlo, pero no puedes hacer push o abrir incidencias o pull request.
dot-files/.vimrc

18 líneas
287 B
VimL

" File: ~/.vimrc
" Date: May 26, 2011
" Author: Collin J. Doering <rekahsoft@gmail.com>
" strip off file menu and toolbar
set guioptions-=m
set guioptions-=T
" set color scheme to a dark one
colorscheme slate
" enable syntax highlighting
syntax enable
" number the lines
set number