aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/expert.lua
blob: a044f071c3e28da9f5bd6506f3f38d61b91debb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/elixir-lang/expert
---
--- Expert is the official language server implementation for the Elixir programming language.

---@type vim.lsp.Config
return {
  filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
  root_markers = { 'mix.exs', '.git' },
  cmd = { 'expert' },
}