Created
October 6, 2015 12:51
-
-
Save kaorun343/0e4ca879783bb748e422 to your computer and use it in GitHub Desktop.
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 number | |
set title | |
set ambiwidth=double | |
set tabstop=4 | |
set expandtab | |
set shiftwidth=4 | |
set smartindent | |
set list | |
set listchars=tab:»-,trail:-,eol:↲,extends:»,precedes:«,nbsp:% | |
set nrformats-=octal | |
set hidden |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment