فهرست منبع

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)