File tree 2 files changed +39
-2
lines changed
2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 14
14
- hover document
15
15
- go to definition
16
16
- go to references
17
+ - document symbols
17
18
- document highlight
18
19
- folding range
19
20
- select range
20
21
- rename
21
22
- snippets
22
23
- diagnostic
23
24
24
- ![ image ] ( https://user-images.githubusercontent.com/5492542/57384333-019b9880-71e3-11e9-9ee8-7e731944777b.png )
25
+ ![ autocomplete ] ( https://user-images.githubusercontent.com/5492542/81493984-909c2e80-92d7-11ea-9638-d7be3e18e1d1.gif )
25
26
26
27
## Install
27
28
@@ -122,6 +123,42 @@ lsp client config example with coc.nvim
122
123
- if you don't want to index vim's runtimepath files, set ` runtimepath ` to ` false ` and you will not get any suggest from those files.
123
124
- while ` fromRuntimepath ` is true, if you have install too many plugins it will slow down the complete
124
125
126
+ ## Usage
127
+
128
+ > The screen record is using coc.nvim as LSP client.
129
+
130
+ ** Auto complete and function signature help** :
131
+
132
+ ![ autocomplete] ( https://user-images.githubusercontent.com/5492542/81493984-909c2e80-92d7-11ea-9638-d7be3e18e1d1.gif )
133
+
134
+ ** Hover document** :
135
+
136
+ ![ hover] ( https://user-images.githubusercontent.com/5492542/81494066-5aab7a00-92d8-11ea-9ccd-31bd6440e622.gif )
137
+
138
+ ** Go to definition and references** :
139
+
140
+ ![ goto] ( https://user-images.githubusercontent.com/5492542/81494125-c261c500-92d8-11ea-83c0-fecba34ea55e.gif )
141
+
142
+ ** Document symbols** :
143
+
144
+ ![ symbols] ( https://user-images.githubusercontent.com/5492542/81494183-5cc20880-92d9-11ea-9495-a7691420df39.gif )
145
+
146
+ ** Document highlight** :
147
+
148
+ ![ highlight] ( https://user-images.githubusercontent.com/5492542/81494214-b1fe1a00-92d9-11ea-9cc1-0420cddc5cbc.gif )
149
+
150
+ ** Folding range and selection range** :
151
+
152
+ ![ fold] ( https://user-images.githubusercontent.com/5492542/81494276-3bade780-92da-11ea-8c93-bc3d2127a19d.gif )
153
+
154
+ ** Rename** :
155
+
156
+ ![ rename] ( https://user-images.githubusercontent.com/5492542/81494329-aa8b4080-92da-11ea-8a5d-ace5385445e9.gif )
157
+
158
+ ** Snippets and diagnostic** :
159
+
160
+ ![ dia] ( https://user-images.githubusercontent.com/5492542/81494408-503eaf80-92db-11ea-96ac-641d46027623.gif )
161
+
125
162
## References
126
163
127
164
- [ vim-vimlparser] ( https://github.com/vim-jp/vim-vimlparser )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vim-language-server" ,
3
- "version" : " 1.8 .0" ,
3
+ "version" : " 1.9 .0" ,
4
4
"description" : " vim language server" ,
5
5
"keywords" : [
6
6
" viml" ,
You can’t perform that action at this time.
0 commit comments