Skip to content

Commit

Permalink
Add hyprls, mesonlsp, stylelint-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Sep 7, 2024
1 parent 4121584 commit b9593ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To ease the setup even further it can be complemented with [lsp-zero.nvim](https

Language servers are loaded in the background without a need of a manual user intervention. They are not installed upfront, but only on-demand after a source file for a given language is opened. The plugin works by relying on Nix package manager which works on Linux, macOS and Windows WSL.

Currently available <!-- SERVER_COUNT_PLACEHOLDER -->120 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).
Currently available <!-- SERVER_COUNT_PLACEHOLDER -->123 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).

## Install

Expand Down
6 changes: 3 additions & 3 deletions lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ return {
html = "vscode-langservers-extracted",
htmx = "",
hydra_lsp = "",
hyprls = "",
hyprls = "hyprls",
idris2_lsp = "idris2Packages.idris2Lsp",
intelephense = "nodePackages.intelephense",
janet_lsp = "",
Expand Down Expand Up @@ -169,7 +169,7 @@ return {
marksman = "marksman",
matlab_ls = "matlab-language-server",
mdx_analyzer = "",
mesonlsp = "",
mesonlsp = "mesonlsp",
metals = {
"metals",
"jdk17"
Expand Down Expand Up @@ -299,7 +299,7 @@ return {
statix = "",
steep = "",
stimulus_ls = "",
stylelint_lsp = "",
stylelint_lsp = "stylelint-lsp",
superhtml = "",
svelte = "nodePackages.svelte-language-server",
svlangserver = "",
Expand Down
Loading

0 comments on commit b9593ce

Please sign in to comment.