Skip to content

Commit 8f64bed

Browse files
committed
chore(package): upgrade to v1.9.0
1 parent 9600296 commit 8f64bed

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
- hover document
1515
- go to definition
1616
- go to references
17+
- document symbols
1718
- document highlight
1819
- folding range
1920
- select range
2021
- rename
2122
- snippets
2223
- diagnostic
2324

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)
2526

2627
## Install
2728

@@ -122,6 +123,42 @@ lsp client config example with coc.nvim
122123
- 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.
123124
- while `fromRuntimepath` is true, if you have install too many plugins it will slow down the complete
124125

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+
125162
## References
126163

127164
- [vim-vimlparser](https://github.com/vim-jp/vim-vimlparser)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vim-language-server",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "vim language server",
55
"keywords": [
66
"viml",

0 commit comments

Comments
 (0)