Created
February 3, 2016 06:02
-
-
Save junrillg/9306a20fede602b3adc0 to your computer and use it in GitHub Desktop.
Revisions
-
junrillg created this gist
Feb 3, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ set nocompatible filetype on filetype indent on filetype plugin on let mapleader = "." syntax enable set foldmethod=syntax set ignorecase set hlsearch set fileencoding=utf-8 set backspace=indent,eol,start set smartcase set winwidth=84 set winheight=5 set winminheight=5 set winheight=999 set softtabstop=4 set shiftwidth=4 set smartindent set noexpandtab set expandtab set number set noswapfile set visualbell set cursorline set background=dark colorscheme zellner