Skip to content

Commit

Permalink
fix(neovim): html lsp server executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Dec 30, 2024
1 parent f7efecd commit 3d97a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editors/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
},
}))
lsp_config.html.setup(with_config({ cmd = { "html-languageserver", "--stdio" } }))
lsp_config.html.setup(with_config({ cmd = { "vscode-html-language-server", "--stdio" } }))
-- don't let the LSP generate the PDF, otherwise it will collide with typst watch
lsp_config.tinymist.setup(with_config({ settings = { exportPdf = "never", formatterMode = "typstyle" } }))
'';
Expand Down

0 comments on commit 3d97a85

Please sign in to comment.