@@ -12,7 +12,7 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
1212
1313- Alpine Linux Edge: ` apk add vala-language-server `
1414
15- - Ubuntu 20.04, 20.10, Fedora 33, and Debian
15+ - Ubuntu 20.04, 20.10, 21.04, Fedora 33, and Debian
1616
1717 ** The Ubuntu PPA and Fedora Copr are now deprecated.** We have moved to an
1818 automated build and packaging system--Open Build System, at
@@ -60,9 +60,9 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
6060 sudo apt install vala-language-server
6161 ```
6262
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 )
6666
6767## Table of Contents
6868- [ Vala Language Server] ( #vala-language-server )
@@ -117,7 +117,7 @@ We recommend using VSCode with the [Vala plugin](https://marketplace.visualstudi
117117- ` gee-0.8 `
118118- ` json-glib-1.0 `
119119- ` jsonrpc-glib-1.0 `
120- - ` libvala-0.48 / vala- 0.48 ` latest bugfix release
120+ - ` libvala >= 0.48 ` latest bugfix release
121121- you also need the ` posix ` VAPI, which should come preinstalled
122122
123123#### Install dependencies with Guix
@@ -139,7 +139,7 @@ sudo ninja -C build install
139139This will install ` vala-language-server ` to ` $PREFIX/bin `
140140
141141### 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 ` ) .
143143
144144#### coc.nvim
1451451 . Make sure [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) is installed.
0 commit comments