From e3840ebc5d43b4838eab42d96d7ab354e517d0a7 Mon Sep 17 00:00:00 2001 From: OZoneGuy Date: Sat, 21 Oct 2023 15:25:13 -0400 Subject: [PATCH] docs: Added documentation for Mason and lspconfig --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f29e4ff..c3c4413 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,23 @@ We have reached a point where i could use help! If you want to fill in document * distribute binary # Integration -There is no vim or vscode specific integration, but!!! i do have an example of -launching servers and listening to them for neovim in -[lsp-debug-tools](https://github.com/ThePrimeagen/lsp-debug-tools.nvim) repo + +## Neovim +`htmx-lsp` can be installed via Mason. And can be configured with `lspconfig` + +```lua +local lspconfig = require('lspconfig') +-- ... +lspconfig.htmx.setup{} +``` + +## VSCode + +No official support as of yet + +## Emacs + +No official support as of yet # Help Creating the required clients to be used in vscode would be super cool. If i