Created
March 1, 2019 17:14
-
-
Save yo-iida/591fc91a548b8bb0cd49e37acd80c65d to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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