Skip to content

Instantly share code, notes, and snippets.

@in-in
Last active June 6, 2019 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save in-in/e426c58ec10195226171aed72bcae42c to your computer and use it in GitHub Desktop.
Save in-in/e426c58ec10195226171aed72bcae42c to your computer and use it in GitHub Desktop.
vimrc
syntax on
set number
set listchars=eol:¬,tab:>·,trail:~,space:␣
set list
se mouse+=a
set directory^=$HOME/.vim/tmp//
set autoindent
set noexpandtab
set tabstop=4
set shiftwidth=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment