Created
December 26, 2010 14:21
-
-
Save beny/755442 to your computer and use it in GitHub Desktop.
vim config
This file contains 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
syntax on | |
set number | |
set smarttab | |
set paste | |
filetype plugin on | |
set shiftwidth=4 | |
colorscheme desert | |
set fileencodings=utf-8,cp1250,iso8859-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment