소스 검색

Enable inccommand=split

Thomas Dy 8 년 전
부모
커밋
d7f18da7ae
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -176,6 +176,8 @@ nnoremap <Leader>vs :source $MYVIMRC<CR>
 
 " ------ nvim specific ------
 if has('nvim')
+  set inccommand=split
+
   let g:airline_theme_patch_func = 'AirlineThemePatch'
   function! AirlineThemePatch(palette)
     let a:palette.terminal = copy(a:palette.insert)