blob: c243dfbe9f12d3138431e6cbf924702de1247361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/elixir-tools/next-ls
---
--- **Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
---@type vim.lsp.Config
return {
cmd = { 'nextls', '--stdio' },
filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
root_markers = { 'mix.exs', '.git' },
}
|