You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
698 B

syntax on
filetype on
filetype indent on
filetype plugin on
set backspace=indent,eol,start
set backupdir^=~/.vim/_backup//
set cursorline
set cursorcolumn
set directory^=~/.vim/_temp//
set encoding=utf8
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set linebreak
set nowrap
set number
set smartcase
set tabstop=4
set textwidth=67
map ,t :w<CR>
map ,- :nohl<CR>
map ,w :%s/ *$//<CR>
let g:airline_powerline_fonts = 1
let g:go_fmt_command = "goimports"
let g:python_highlight_all = 1
let g:rustfmt_autosave = 1
let g:terraform_align = 1
let g:terraform_fmt_on_save = 1
let g:vim_markdown_folding_disabled = 1
let g:vim_markdown_frontmatter = 1
call pathogen#infect()
colo dracula