From e082f34c2828a9fc621ccf35ccbacd1817fe7cd9 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 11 Mar 2021 21:36:16 +0300 Subject: [PATCH] Simplify manual install instructions --- INSTALL.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 70b13d361..935862368 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,22 +64,16 @@ Restart neovim and run `:call dein#install()` to install. ## Manual -Clone this repo into some place, e.g., `~/.vim-plugins` +Clone this repo into `vim` plugin dir. ```sh -mkdir -p ~/.vim-plugins -cd ~/.vim-plugins +mkdir -p ~/.vim/pack/git-plugins/start +cd ~/.vim/pack/git-plugins/start git clone --depth 1 https://github.com/autozimu/LanguageClient-neovim.git cd LanguageClient-neovim bash install.sh ``` -Add this plugin to vim/neovim `runtimepath`, - -```vim -set runtimepath+=~/.vim-plugins/LanguageClient-neovim -``` - # Install language servers Install language servers if corresponding language servers are not available