You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Running `ninja -C build install` should install the third-party plugin to `$PREFIX/lib/gnome-builder/plugins`. Enable `Vala` and disable `GNOME Vala Language Server`.
135
140
136
141
### Kate
137
-
- officially supported since Kate 21.07.70
142
+
- officially supported in Kate git master
138
143
139
144
### Emacs
140
145
- supported with the [lsp-mode](https://github.com/emacs-lsp/lsp-mode) plugin
141
146
147
+
### Sublime Text
148
+
- Install the [Vala-TMBundle](https://packagecontrol.io/packages/Vala-TMBundle) and [LSP](https://github.com/sublimelsp/LSP) packages
149
+
- Add this to your `LSP.sublime-settings`:
150
+
```json
151
+
{
152
+
"clients": {
153
+
"vala-language-server": {
154
+
"command": [
155
+
"/usr/bin/vala-language-server"
156
+
],
157
+
"selector": "source.vala | source.genie",
158
+
"enabled": true
159
+
}
160
+
}
161
+
}
162
+
```
163
+
- Run `Tools > LSP > Enable Language Server Globally... > vala-language-server`
164
+
142
165
## Contributing
143
166
Want to help out? Here are some helpful resources:
0 commit comments