From fdf6216d1ab41cc1a3b1f19fbb9966379d203558 Mon Sep 17 00:00:00 2001 From: Jason Brunelle Date: Tue, 9 Feb 2021 00:41:27 -0600 Subject: [PATCH 1/2] Change download URL of nvim appimage and change curl commandline args to save properly. (#110) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3547bddb..4760e6bf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ - Ubuntu ``` - curl -l https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage > /tmp/nvim.appimage + curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o /tmp/nvim.appimage sudo mv /tmp/nvim.appimage /usr/local/bin/nvim From dc98e51bb81afa9f79d1e29da98bfd447b63f666 Mon Sep 17 00:00:00 2001 From: Artur <34684295+aniedzwiedz@users.noreply.github.com> Date: Tue, 9 Feb 2021 07:42:03 +0100 Subject: [PATCH 2/2] add missing colon makes CocSearch working with which-key (#111) --- keys/which-key.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keys/which-key.vim b/keys/which-key.vim index 5dcedce6..f9759637 100644 --- a/keys/which-key.vim +++ b/keys/which-key.vim @@ -18,7 +18,7 @@ let g:which_key_sep = '→' " set timeoutlen=100 " Coc Search & refactor -nnoremap ? CocSearch =expand("") +nnoremap ? :CocSearch =expand("") let g:which_key_map['?'] = 'search word' " Not a fan of floating windows for this