Skip to content

Instantly share code, notes, and snippets.

@yasuoohno
Last active October 13, 2019 16:13
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 yasuoohno/de46220352311bf773679c9edb6c1f4e to your computer and use it in GitHub Desktop.
Save yasuoohno/de46220352311bf773679c9edb6c1f4e to your computer and use it in GitHub Desktop.
vimrc
au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
set fenc=utf-8
set showcmd
set number
set cursorline
set smartindent
set showmatch
set ignorecase
set smartcase
set incsearch
set wrapscan
set hlsearch
nmap <Esc><Esc> :nohlsearch<CR><Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment