Last active
August 20, 2021 07:08
-
-
Save alan23273850/c15270000c7b0f603139f17e825064c2 to your computer and use it in GitHub Desktop.
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
filetype indent on | |
set nu | |
set ai | |
set bg=dark | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set incsearch | |
set backspace=2 | |
set autoindent | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment