From bfc6d642376e5b4e9e9cfad9b0167cc4ced1cb9c Mon Sep 17 00:00:00 2001 From: XeroOl Date: Thu, 16 Jan 2025 20:55:30 -0600 Subject: [PATCH] docs: add a table for lspconfig to be happy --- docs/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.md b/docs/manual.md index 0870418..174cbfb 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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