plugins/lsp: add solargraph language server

This commit is contained in:
Zach Coyle 2023-12-01 20:21:01 -05:00 committed by Gaétan Lepage
parent ec3637960c
commit 70b4e2d981
2 changed files with 6 additions and 0 deletions

View file

@ -129,6 +129,7 @@
installCargo = true;
installRustc = true;
};
solargraph.enable = true;
sourcekit.enable = true;
svelte.enable = true;
tailwindcss.enable = true;