diff options
Diffstat (limited to 'lsp/elixirls.lua')
| -rw-r--r-- | lsp/elixirls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/elixirls.lua b/lsp/elixirls.lua index d3e5cb34..e21f9a89 100644 --- a/lsp/elixirls.lua +++ b/lsp/elixirls.lua @@ -25,6 +25,7 @@ --- ``` --- --- 'root_dir' is chosen like this: if two or more directories containing `mix.exs` were found when searching directories upward, the second one (higher up) is chosen, with the assumption that it is the root of an umbrella app. Otherwise the directory containing the single mix.exs that was found is chosen. +---@type vim.lsp.Config return { filetypes = { 'elixir', 'eelixir', 'heex', 'surface' }, root_dir = function(bufnr, on_dir) |
