diff options
author | June McEnroe <programble@gmail.com> | 2017-02-22 23:34:54 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-02-22 23:34:54 -0500 |
commit | 8ec4cb3d25ffca558506202c8845f6d2686c10aa (patch) | |
tree | 139b5d8962a183ff3436e1305f2017ebb7b35cb0 /.config | |
parent | Set inccommand=split (diff) | |
download | src-8ec4cb3d25ffca558506202c8845f6d2686c10aa.tar.gz src-8ec4cb3d25ffca558506202c8845f6d2686c10aa.zip |
Set inccommand=nosplit
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index f1347f9d..7af6f496 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -3,7 +3,7 @@ set shortmess=atI visualbell set wildmode=list:longest set splitbelow splitright -set ignorecase smartcase inccommand=split +set ignorecase smartcase inccommand=nosplit set tabstop=4 expandtab shiftwidth=4 shiftround smartindent set undofile |