Created
April 29, 2017 06:39
-
-
Save nikhan/ba4209ec429593f853b2ac4c350650ce to your computer and use it in GitHub Desktop.
ubuntu/macbook
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 characters
set t_Co=256 | |
set t_ut= | |
syntax on | |
filetype plugin indent on | |
colorscheme zazen | |
set nu | |
set shiftwidth=2 | |
set tabstop=2 | |
set expandtab | |
set laststatus=2 | |
set cursorline | |
set hidden | |
" remove startup screen | |
set shortmess=I | |
" Set the vertical split character to a space (there is a single space after | |
" '\ ') | |
set fillchars+=vert:\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment