Skip to content

Instantly share code, notes, and snippets.

@linjungz
Created October 5, 2018 07:10
Show Gist options
  • Save linjungz/4b4d289e08e95cd26cd3383154c09327 to your computer and use it in GitHub Desktop.
Save linjungz/4b4d289e08e95cd26cd3383154c09327 to your computer and use it in GitHub Desktop.
filetype plugin indent on
syntax on
:set noexpandtab
:set copyindent
:set preserveindent
:set softtabstop=0
:set shiftwidth=2
:set tabstop=2
@linjungz
Copy link
Author

linjungz commented Oct 5, 2018

This is a simple setting for VIM in Mac OS X, which shows color and tab correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment