aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nextls.lua
diff options
context:
space:
mode:
authorIgor <igorlfs@ufmg.br>2025-08-18 23:39:23 -0300
committerIgor <igorlfs@ufmg.br>2025-08-18 23:39:23 -0300
commit030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 (patch)
treec0e90403c7dd1123eb7f8288c4d94ee005165aef /lsp/nextls.lua
parentfix(ts/js): servers do not start when `bun.lock` exists #4008 (diff)
downloadnvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar.gz
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar.bz2
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar.lz
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar.xz
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.tar.zst
nvim-lspconfig-030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07.zip
chore: add type annotation for configs
Diffstat (limited to 'lsp/nextls.lua')
-rw-r--r--lsp/nextls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nextls.lua b/lsp/nextls.lua
index d6c57ffa..d9e3879d 100644
--- a/lsp/nextls.lua
+++ b/lsp/nextls.lua
@@ -3,6 +3,7 @@
--- 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' },