Last active
May 14, 2018 23:52
-
-
Save rtapadar/1a44bed41dae5bc8bad103116752581b to your computer and use it in GitHub Desktop.
minimal 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 hlsearch | |
| set nocompatible | |
| set autoindent | |
| set ruler | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set softtabstop=4 | |
| set expandtab | |
| filetype plugin indent on | |
| syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment