Last active
June 10, 2020 07:28
-
-
Save mhebing/bf39b6915e592f7d57e2 to your computer and use it in GitHub Desktop.
Basic .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 expandtab | |
| set autoindent | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| set textwidth=80 | |
| set pastetoggle=<F10> | |
| set spell | |
| au BufNewFile,BufRead *.md set filetype=markdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment