blob: ff5415f1e1d0d014e10ff733888e07d6ec28882d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---@brief
---
-- https://github.com/elixir-tools/next-ls
--
-- **By default, next-ls does not set its `cmd`. Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
return {
filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
root_markers = { 'mix.exs', '.git' },
}
|