Skip to content

Commit

Permalink
Merge pull request #30 from OZoneGuy/master
Browse files Browse the repository at this point in the history
Added documentation for Mason and lspconfig
  • Loading branch information
MNThomson committed Oct 24, 2023
2 parents b014596 + e3840eb commit b5ce12c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5ce12c

Please sign in to comment.