Skip to content

Commit

Permalink
feat(neovim): added htmx support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 5, 2024
1 parent 09dbdf8 commit 6d52a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/neovim/files/lua/aome/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ local servers = {
-- },
-- },

htmx = true,
templ = true,
gopls = {
settings = {
Expand Down
1 change: 1 addition & 0 deletions roles/neovim/files/lua/aome/lsp/mason/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local servers = {
"typescript-language-server",
"lua-language-server",
"html-lsp",
"htmx-lsp",
"css-lsp",
"tailwindcss-language-server",
"svelte-language-server",
Expand Down

0 comments on commit 6d52a71

Please sign in to comment.