わたしの
" syntax support | |
syntax on | |
set nocompatible | |
set backspace=indent,eol,start | |
set number | |
set expandtab | |
set autoindent | |
set title | |
set cursorline | |
set hlsearch | |
" Auto insert end brackets and symbols | |
inoremap { {}<LEFT> | |
inoremap ( ()<LEFT> | |
inoremap [ []<LEFT> | |
inoremap " ""<LEFT> | |
inoremap ' ''<LEFT> | |
inoremap ` ``<LEFT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment