diff options
Diffstat (limited to 'lsp/fennel_ls.lua')
| -rw-r--r-- | lsp/fennel_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/fennel_ls.lua b/lsp/fennel_ls.lua index 4023e021..acd9341a 100644 --- a/lsp/fennel_ls.lua +++ b/lsp/fennel_ls.lua @@ -7,6 +7,7 @@ --- fennel-ls is configured using the closest file to your working directory named `flsproject.fnl`. --- All fennel-ls configuration options [can be found here](https://git.sr.ht/~xerool/fennel-ls/tree/HEAD/docs/manual.md#configuration). +---@type vim.lsp.Config return { cmd = { 'fennel-ls' }, filetypes = { 'fennel' }, |
