+filetype indent plugin on
+set smartindent
+set tabstop=4
+set shiftwidth=4
+set expandtab
+set noswapfile
+set nobackup
+set background=dark
+set modeline
+"set paste
+"set nopaste
+"set clipboard=unnamed
+set mouse=a
+
+" vim-powerline settings
+set nocompatible " Disable vi-compatibility
+set laststatus=2 " Always show the statusline
+set encoding=utf-8 " Necessary to show Unicode glyphs
+set t_Co=256 " Explicitly tell Vim that the terminal supports 256 colors
+" indentLine char
+let g:indentLine_char = ' '
+" Pathogen load
+filetype off
+call pathogen#infect()
+call pathogen#helptags()
+filetype plugin indent on
+:colorscheme molokai
+let g:molokai_original = 1
+
+"autocmd VimEnter * NERDTree
+"autocmd BufEnter * NERDTreeMirror
+
+"autocmd VimEnter * wincmd w