Last active
September 17, 2019 21:31
-
-
Save nuria/93e6fca632b3a2bf22b87667f4bd9c5f to your computer and use it in GitHub Desktop.
.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 number | |
syntax enable | |
set cursorline | |
set showcmd | |
'show invisible chars' | |
set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» | |
set list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment