浏览代码

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)