Airline and encoding bits for vim

This commit is contained in:
Dan Buch
2017-08-27 10:07:51 -04:00
parent a29eb18c49
commit 3dc2a4e50c

2
vimrc
View File

@@ -9,6 +9,7 @@ set backupdir^=~/.vim/_backup//
set cursorline set cursorline
set cursorcolumn set cursorcolumn
set directory^=~/.vim/_temp// set directory^=~/.vim/_temp//
set encoding=utf8
set hlsearch set hlsearch
set ignorecase set ignorecase
set incsearch set incsearch
@@ -24,6 +25,7 @@ map ,- :nohl<CR>
map ,w :%s/ *$//<CR> map ,w :%s/ *$//<CR>
let g:go_fmt_command = "goimports" let g:go_fmt_command = "goimports"
let g:airline_powerline_fonts = 1
call pathogen#infect() call pathogen#infect()