1
0
Thomas Dy 8 жил өмнө
parent
commit
d7f18da7ae
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

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