neovim/lsp/elixir.lua

7 lines
242 B
Lua
Raw Permalink Normal View History

2025-08-07 09:15:21 +02:00
---@type vim.lsp.Config
--- https://github.com/elixir-lang/expert/blob/main/pages/installation.md#neovim
2025-08-07 09:15:21 +02:00
return {
filetypes = { "elixir", "eelixir", "heex", "surface" },
root_markers = { "mix.exs", ".git" },
cmd = { "expert" },
2025-08-07 09:15:21 +02:00
}