diff options
Diffstat (limited to 'lsp/fennel_ls.lua')
| -rw-r--r-- | lsp/fennel_ls.lua | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lsp/fennel_ls.lua b/lsp/fennel_ls.lua index 4469e017..bbcb0a99 100644 --- a/lsp/fennel_ls.lua +++ b/lsp/fennel_ls.lua @@ -1,13 +1,14 @@ -local util = require 'lspconfig.util' - ---@brief --- --- https://sr.ht/~xerool/fennel-ls/ --- --- A language server for fennel. --- --- 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). +--- https://sr.ht/~xerool/fennel-ls/ +--- +--- A language server for fennel. +--- +--- 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). + +local util = require 'lspconfig.util' + return { cmd = { 'fennel-ls' }, filetypes = { 'fennel' }, |
