File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,16 @@ Restart neovim and run `:call dein#install()` to install.
64
64
65
65
## Manual
66
66
67
- Clone this repo into some place, e.g., ` ~/. vim-plugins `
67
+ Clone this repo into ` vim ` plugin dir.
68
68
69
69
``` sh
70
- mkdir -p ~ /.vim-plugins
71
- cd ~ /.vim-plugins
70
+ mkdir -p ~ /.vim/pack/git -plugins/start
71
+ cd ~ /.vim/pack/git -plugins/start
72
72
git clone --depth 1 https://github.com/autozimu/LanguageClient-neovim.git
73
73
cd LanguageClient-neovim
74
74
bash install.sh
75
75
```
76
76
77
- Add this plugin to vim/neovim ` runtimepath ` ,
78
-
79
- ``` vim
80
- set runtimepath+=~/.vim-plugins/LanguageClient-neovim
81
- ```
82
-
83
77
# Install language servers
84
78
85
79
Install language servers if corresponding language servers are not available
You can’t perform that action at this time.
0 commit comments