blob: b4076672041ed6fbe8862fcb35980a31d0189637 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/vlang/vls
---
--- V language server.
---
--- `v-language-server` can be installed by following the instructions [here](https://github.com/vlang/vls#installation).
return {
cmd = { 'v', 'ls' },
filetypes = { 'v', 'vlang' },
root_markers = { 'v.mod', '.git' },
}
|