Skip to content

Instantly share code, notes, and snippets.

@nuria
Last active September 17, 2019 21:31
Show Gist options
  • Save nuria/93e6fca632b3a2bf22b87667f4bd9c5f to your computer and use it in GitHub Desktop.
Save nuria/93e6fca632b3a2bf22b87667f4bd9c5f to your computer and use it in GitHub Desktop.
.vimrc
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