dotfiles/common/.vimrc

20 lines
346 B
VimL
Raw Normal View History

2018-12-16 13:49:29 -06:00
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
filetype on
syntax on
set colorcolumn=90
set number
set hidden
set history=100
filetype indent on
set nowrap
set tabstop=4
set shiftwidth=4
set expandtab
set smartindent
set autoindent
set hlsearch
set showmatch
2019-01-20 21:52:27 -06:00
set directory=$HOME/.vim/tmp
set backupdir=$HOME/.vim/tmp