You cannot 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/home/.vimrc

18 lines
253 B
VimL

set autoindent
set autoread
set background=dark
set colorcolumn=80
set confirm
set cursorcolumn
set cursorline
set cursorlineopt=number
set expandtab
set fsync
set history=0
set list
set number
set ruler
set shiftwidth=4
set softtabstop=4
set tabstop=4