From 980d0eda45fa43f1845c1ab1942d7f8a7670a0a8 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Sat, 10 Apr 2021 17:08:41 -0400 Subject: [PATCH] add vim infercase --- nvim.configlink/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim.configlink/init.vim b/nvim.configlink/init.vim index 7aed0fc..7aa3aec 100644 --- a/nvim.configlink/init.vim +++ b/nvim.configlink/init.vim @@ -55,6 +55,7 @@ set shiftwidth=4 " Amount to shift with > key set softtabstop=4 " Amount to shift with key set ignorecase " Ignore case when searching set smartcase " Check case when using capitals in search +set infercase " Don't match cases when completing suggestions set incsearch " Search while typing set visualbell " No sounds set scrolljump=1 " Scroll more than one line (or 1 line)