Skip to content

Instantly share code, notes, and snippets.

@pikatenor
Last active March 1, 2019 07:09
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 pikatenor/fdafad14750bbcb7ee193ac7dece3725 to your computer and use it in GitHub Desktop.
Save pikatenor/fdafad14750bbcb7ee193ac7dece3725 to your computer and use it in GitHub Desktop.
zatsu minimal vimrc
set encoding=utf-8
set fileencodings=utf-8,cp932,sjis,euc-jp,iso-2022-jp,utf-16le
set fileformats=unix,dos,mac
set ambiwidth=double
set list
set listchars=eol:¬,extends:>,precedes:<,tab:▸\
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab
set smartcase
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment