config files and such for shells mostly!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/vimrc

19 lines
310 B

set nocompatible
"filetype off
"set rtp+=~/.vim/bundle/vundle/
"call vundle#rc()
"Bundle 'gmarik/vundle'
" Bundle 'pangloss/vim-javascript'
syntax on
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set softtabstop=4
set foldmethod=indent
set foldlevel=99
set dir=~/.vimswap//,/var/tmp//,/tmp//,.