VIM


vimrc

set nobackup
set noswapfile
set number
set laststatus=2
set noshowmode
set tabstop=4
set shiftwidth=4
set incsearch
set autoindent
set list
set listchars=tab:›␣,trail:✓,extends:»,precedes:«,nbsp:≈,eol:←
syntax on
set termguicolors

Plugin

surround
lexima
closetag
lightline

Surroundプラグイン

NORMALモード
VISUALモード