Created
February 14, 2016 02:53
-
-
Save rishigb/8942a3abd88d1db89c25 to your computer and use it in GitHub Desktop.
My vimrc file
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 nocompatible | |
| syntax enable | |
| syntax on | |
| set background=dark | |
| set number | |
| set incsearch | |
| set hlsearch | |
| set autoindent | |
| set smartindent | |
| set shiftwidth=2 | |
| set guifont=Monaco:h25 | |
| set fileencoding=utf-8 | |
| set encoding=utf-8 | |
| set ruler | |
| set hidden | |
| set tabstop=2 | |
| set foldenable | |
| let python_highlight_all = 1 | |
| set showmatch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment