diff options
Diffstat (limited to 'lsp/lexical.lua')
| -rw-r--r-- | lsp/lexical.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/lexical.lua b/lsp/lexical.lua index 0e695459..3def6803 100644 --- a/lsp/lexical.lua +++ b/lsp/lexical.lua @@ -8,6 +8,7 @@ --- --- **By default, `lexical` doesn't have a `cmd` set.** --- This is because nvim-lspconfig does not make assumptions about your path. +---@type vim.lsp.Config return { filetypes = { 'elixir', 'eelixir', 'heex', 'surface' }, root_markers = { 'mix.exs', '.git' }, |
