7 lines
242 B
Lua
7 lines
242 B
Lua
---@type vim.lsp.Config
|
|
--- https://github.com/elixir-lang/expert/blob/main/pages/installation.md#neovim
|
|
return {
|
|
filetypes = { "elixir", "eelixir", "heex", "surface" },
|
|
root_markers = { "mix.exs", ".git" },
|
|
cmd = { "expert" },
|
|
}
|