Created
January 14, 2019 19:23
-
-
Save marzvrover/841d05e6ae3d1247c5309ed5123b3662 to your computer and use it in GitHub Desktop.
My current 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 expandtab | |
set softtabstop=4 | |
set shiftwidth=4 | |
set tabstop=4 | |
set list | |
set listchars=tab:>\ ,eol:¬ | |
set listchars+=space:· | |
set number relativenumber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment