From b6726af45a1bc244923ff7ab7f6c822e0e4df66a Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie <lucafulger@gmail.com> Date: Tue, 25 Oct 2022 20:33:00 +0200 Subject: Update neovim, inputrc and bootstrap.sh Update neovim to use vscode-langservers-extracted Make bootstrap.sh a bit more POSIX compliant --- .inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.inputrc') diff --git a/.inputrc b/.inputrc index 49e7407..7b76213 100644 --- a/.inputrc +++ b/.inputrc @@ -14,7 +14,7 @@ set show-mode-in-prompt on "\e[1;5C": forward-word set show-all-if-unmodified on -set show-all-if-ambiguous on +set show-all-if-ambiguous off # Color files by types # Note that this may cause completion text blink in some terminals (e.g. xterm). -- cgit v1.2.3