Skip to content

Instantly share code, notes, and snippets.

@yo-iida
Created March 1, 2019 17:14
Show Gist options
  • Save yo-iida/591fc91a548b8bb0cd49e37acd80c65d to your computer and use it in GitHub Desktop.
Save yo-iida/591fc91a548b8bb0cd49e37acd80c65d to your computer and use it in GitHub Desktop.
vimrc
:syntax on
set number
set ruler
set list
set listchars=tab:>-,trail:-,nbsp:%,extends:>,precedes:<,eol:<
set incsearch
set hlsearch
set nowrap
set showmatch
set whichwrap=h,l
set nowrapscan
set ignorecase
set smartcase
set hidden
set history=2000
set autoindent
set expandtab
set tabstop=2
set shiftwidth=2
set helplang=en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment