aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/c3_lsp.lua
blob: 0ea9522814d855ab3ebeb41faf49cb03b17c3f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/pherrymason/c3-lsp
---
--- Language Server for c3.

---@type vim.lsp.Config
return {
  cmd = { 'c3lsp' },
  root_markers = { 'project.json', 'manifest.json', '.git' },
  filetypes = { 'c3', 'c3i' },
}