Skip to content

Commit

Permalink
feat: add htmx-lsp (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobord committed Nov 23, 2023
1 parent 0a1d8df commit 01f9887
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/mason-lspconfig-mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ helm-ls helm_ls
haskell-language-server hls
hoon-language-server hoon_ls
html-lsp html
htmx-lsp htmx
intelephense intelephense
java-language-server java_language_server
jdtls jdtls
Expand Down
1 change: 1 addition & 0 deletions doc/server-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
| [hls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#hls) | [haskell-language-server](https://mason-registry.dev/registry/list#haskell-language-server) |
| [hoon_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#hoon_ls) | [hoon-language-server](https://mason-registry.dev/registry/list#hoon-language-server) |
| [html](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#html) | [html-lsp](https://mason-registry.dev/registry/list#html-lsp) |
| [htmx](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#htmx) | [htmx-lsp](https://mason-registry.dev/registry/list#htmx-lsp) |
| [intelephense](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#intelephense) | [intelephense](https://mason-registry.dev/registry/list#intelephense) |
| [java_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#java_language_server) | [java-language-server](https://mason-registry.dev/registry/list#java-language-server) |
| [jdtls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#jdtls) | [jdtls](https://mason-registry.dev/registry/list#jdtls) |
Expand Down
2 changes: 1 addition & 1 deletion lua/mason-lspconfig/mappings/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ return {
heex = { "elixirls", "tailwindcss" },
helm = { "helm_ls" },
hoon = { "hoon_ls" },
html = { "angularls", "antlersls", "ast_grep", "emmet_language_server", "emmet_ls", "html", "tailwindcss", "unocss" },
html = { "angularls", "antlersls", "ast_grep", "emmet_language_server", "emmet_ls", "html", "htmx", "tailwindcss", "unocss" },
["html-eex"] = { "tailwindcss" },
["html.handlebars"] = { "glint" },
htmldjango = { "emmet_language_server", "emmet_ls", "tailwindcss" },
Expand Down
1 change: 1 addition & 0 deletions lua/mason-lspconfig/mappings/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ M.lspconfig_to_package = {
["hls"] = "haskell-language-server",
["hoon_ls"] = "hoon-language-server",
["html"] = "html-lsp",
["htmx"] = "htmx-lsp",
["intelephense"] = "intelephense",
["java_language_server"] = "java-language-server",
["jdtls"] = "jdtls",
Expand Down

0 comments on commit 01f9887

Please sign in to comment.