add set incsearch

This commit is contained in:
sup39 2020-06-13 21:16:57 +09:00
parent daf1aaf62d
commit 21ee3e0e0d

3
vimrc
View file

@ -91,6 +91,9 @@ set tabstop=2 shiftwidth=2 softtabstop=2 expandtab smarttab
set autoindent smartindent set autoindent smartindent
let g:vim_indent_cont = 0 let g:vim_indent_cont = 0
" search
set incsearch
" completion " completion
set completeopt=menu,menuone,noselect,noinsert set completeopt=menu,menuone,noselect,noinsert