【dotfile】.vimrcのメモ

しょっちゅうOSを入れ替え毎回ググってるのでメモ残します。

set number
set nobackup
set noswapfile
set smartindent
set showmatch
set laststatus=2
syntax enable
set expandtab
set tabstop=4
set shiftwidth=4
set hlsearch
set list
set listchars=tab:»-,trail:-,eol:↲,extends:»,precedes:«,nbsp:%

こんな見た目になる。 ※以下は見た目の参考で、コードは直すべき所があるのです(途中なのです)

f:id:mhaya18:20200503074049p:plain