@@ -12,7 +12,7 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
12
12
13
13
- Alpine Linux Edge: ` apk add vala-language-server `
14
14
15
- - Ubuntu 20.04, 20.10, Fedora 33, and Debian
15
+ - Ubuntu 20.04, 20.10, 21.04, Fedora 33, and Debian
16
16
17
17
** The Ubuntu PPA and Fedora Copr are now deprecated.** We have moved to an
18
18
automated build and packaging system--Open Build System, at
@@ -60,9 +60,9 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
60
60
sudo apt install vala-language-server
61
61
```
62
62
63
- ![ vls-vscode ] ( images/vls-vscode.png )
64
- ![ vls-vim ] ( images/vls-vim.png )
65
- ![ vls-gb ] ( images/vls-gb.png )
63
+ ![ VLS with VSCode ] ( images/vls-vscode.png )
64
+ ![ VLS with Vim with coc.nvim and vista plugins ] ( images/vls-vim.png )
65
+ ![ VLS with GNOME Builder ] ( images/vls-gb.png )
66
66
67
67
## Table of Contents
68
68
- [ Vala Language Server] ( #vala-language-server )
@@ -117,7 +117,7 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
117
117
- ` gee-0.8 `
118
118
- ` json-glib-1.0 `
119
119
- ` jsonrpc-glib-1.0 `
120
- - ` libvala-0.48 / vala- 0.48 ` latest bugfix release
120
+ - ` libvala >= 0.48 ` latest bugfix release
121
121
- you also need the ` posix ` VAPI, which should come preinstalled
122
122
123
123
#### Install dependencies with Guix
@@ -139,7 +139,7 @@ sudo ninja -C build install
139
139
This will install ` vala-language-server ` to ` $PREFIX/bin `
140
140
141
141
### With Vim
142
- Once you have VLS installed, you can use it with ` vim ` .
142
+ Once you have VLS installed, you can use it with ` vim ` (or ` nvim ` ) .
143
143
144
144
#### coc.nvim
145
145
1 . Make sure [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) is installed.
0 commit comments