Skip to content

Instantly share code, notes, and snippets.

@tjjh89017
Created August 18, 2014 07:36
Show Gist options
  • Save tjjh89017/65fa8e16815bf5851283 to your computer and use it in GitHub Desktop.
Save tjjh89017/65fa8e16815bf5851283 to your computer and use it in GitHub Desktop.
set shell=bash
set nocompatible
filetype on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'bling/vim-airline'
Plugin 'scrooloose/nerdtree'
call vundle#end()
filetype plugin indent on
" global settings
set fileencodings=utf-8,big5,gbk,latin1
set shiftwidth=4
set tabstop=4
set ai
" vim-airline
set laststatus=2
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment