Skip to content

Instantly share code, notes, and snippets.

View falconws's full-sized avatar

Junki Kizuka falconws

View GitHub Profile
@falconws
falconws / .vimrc
Created April 4, 2021 17:13 — forked from dragonken/.vimrc
YAML space indent for vim
syntax on
filetype plugin indent on
"Get the 2-space YAML as the default when hit carriage return after the colon
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
set is hlsearch ai ic scs
nnoremap <esc><esc> :nohls<cr>