We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42594c commit 9a0be48Copy full SHA for 9a0be48
INSTALL.md
@@ -64,22 +64,16 @@ Restart neovim and run `:call dein#install()` to install.
64
65
## Manual
66
67
-Clone this repo into some place, e.g., `~/.vim-plugins`
+Clone this repo into `vim` plugin dir.
68
69
```sh
70
-mkdir -p ~/.vim-plugins
71
-cd ~/.vim-plugins
+mkdir -p ~/.vim/pack/git-plugins/start
+cd ~/.vim/pack/git-plugins/start
72
git clone --depth 1 https://github.com/autozimu/LanguageClient-neovim.git
73
cd LanguageClient-neovim
74
bash install.sh
75
```
76
77
-Add this plugin to vim/neovim `runtimepath`,
78
-
79
-```vim
80
-set runtimepath+=~/.vim-plugins/LanguageClient-neovim
81
-```
82
83
# Install language servers
84
85
Install language servers if corresponding language servers are not available
0 commit comments