docs: add a table for lspconfig to be happy

This commit is contained in:
XeroOl 2025-01-16 20:55:30 -06:00
parent bf06506f92
commit bfc6d64237

View File

@ -42,7 +42,7 @@ This code tells eglot to connect fennel-ls to your fennel-mode buffers.
prerequisites: You have installed the [fennel-ls binary](#fennel-ls-language-server-binary).
If you're using neovim+lspconfig, use this snippet:
```lua
require("lspconfig").fennel_ls.setup()
require("lspconfig").fennel_ls.setup({})
```
If you're also using mason and you want to install fennel-ls that way, you can