Created
May 4, 2016 06:39
-
-
Save bactisme/382d43fb3eb29be6f0552e482cf528e5 to your computer and use it in GitHub Desktop.
.vimrc
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 tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
syntax on | |
set number | |
#set background=dark | |
#colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment