Last active
October 5, 2020 14:07
-
-
Save useit015/839d55abab70e6c66d6fcf3523f72557 to your computer and use it in GitHub Desktop.
This file contains 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 number relativenumber | |
set autoindent | |
set cindent | |
set shiftwidth=4 | |
set smartindent | |
set softtabstop=4 | |
colo serape "monokai | |
syntax on | |
set mouse=a | |
set ruler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment