aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vls.lua
blob: c3abae2983fb0252c732acad7f3a84e9c3d41b82 (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' },
}