aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/nextls.lua
blob: 26f60013adb1e3f00379e8a58ced8db6d0c7d3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
---@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.**

---@type vim.lsp.Config
return {
  filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
  root_markers = { 'mix.exs', '.git' },
}