Last active
December 16, 2021 13:15
-
-
Save abuturabofficial/e557b9f318266c3cf32c51c6b3898738 to your computer and use it in GitHub Desktop.
Location: $HOME/.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
| syntax on | |
| set wrap | |
| set number | |
| set autoindent | |
| set filetype | |
| set syntax | |
| set shiftwidth=4 | |
| set tabstop=4 | |
| set hlsearch | |
| set ignorecase | |
| set incsearch | |
| set laststatus=2 | |
| set wildmenu | |
| set cursorline | |
| set title | |
| set mouse=a | |
| set autoread | |
| set confirm | |
| set history=1000 | |
| set spell | |
| set foldmethod=indent | |
| set foldnestmax=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment