dotfiles/home/.vimrc

28 lines
341 B
VimL
Raw Normal View History

set number
set linebreak
set showbreak=+++
set textwidth=100
set showmatch
set visualbell
set hlsearch
set smartcase
set gdefault
set ignorecase
set incsearch
2012-07-28 17:01:15 +00:00
set autoindent
set expandtab
set shiftwidth=2
2012-07-28 17:01:15 +00:00
set smartindent
set smarttab
set softtabstop=2
set ruler
2012-07-28 17:01:15 +00:00
set undolevels=1000
set backspace=indent,eol,start
2012-07-28 17:01:15 +00:00
syntax on
set nobackup