This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.vimrc
Collin Doering 5a83b71e52 Added a variety of things including:
* conkeror configuration fil (long past due)
  * a lisp template to autoinsert in .emacs for .lisp files
  * a ratpoison wm config file
  * a not-really-started stumpwm config
  * vim config file for those odd times out of emacs :S

Signed-off-by: Collin Doering <rekahsoft@gmail.com>
2015-01-14 05:12:42 -05:00

15 lines
243 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
" number the lines
set number