Browse Source

Enable inccommand=split

Thomas Dy 8 years ago
parent
commit
d7f18da7ae
1 changed files with 2 additions and 0 deletions
  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)