dotfiles/vimrc

27 lines
362 B
VimL
Raw Normal View History

2014-09-25 03:42:16 +00:00
syntax on
filetype on
filetype indent on
filetype plugin on
set backspace=indent,eol,start
2014-09-25 03:42:16 +00:00
set directory^=~/.vim/_temp//
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set nowrap
set number
set smartcase
set tabstop=4
set textwidth=67
map ,t :w<CR>
map ,- :nohl<CR>
2014-11-12 16:00:11 +00:00
let g:go_fmt_command = "goimports"
2014-09-25 03:42:16 +00:00
call pathogen#infect()
2014-11-12 16:00:11 +00:00
colo summerfruit256