dotfiles/vimrc

31 lines
443 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
2017-08-17 20:31:30 +00:00
set backupdir^=~/.vim/_backup//
set cursorline
set cursorcolumn
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>
2015-08-19 00:14:39 +00:00
map ,w :%s/ *$//<CR>
2014-09-25 03:42:16 +00:00
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
2017-05-21 09:58:53 +00:00
colo gotham256