aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/v_analyzer.lua
blob: 9a11020d166706caa456149a171ee60f66ddcfe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
-- https://github.com/vlang/v-analyzer
--
-- V language server.
--
-- `v-analyzer` can be installed by following the instructions [here](https://github.com/vlang/v-analyzer#installation).
return {
  cmd = { 'v-analyzer' },
  filetypes = { 'v', 'vsh', 'vv' },
  root_markers = { 'v.mod', '.git' },
}