nvim: init.vim: Set inccommand

This commit is contained in:
Sanchayan Maity 2019-12-12 09:52:35 +05:30 committed by Sanchayan Maity
parent 350a66948d
commit 13af45b091
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ set magic " Use 'magic' patterns (extended regular expressions).
set autoread " Autoload file if it changes on disk
set termguicolors " Enable colors for terminal
set fileformat=unix
set inccommand=split
set clipboard^=unnamed,unnamedplus
set backspace=indent,eol,start