feat: ts lsp & css lsp

This commit is contained in:
kossLAN 2024-11-08 15:03:50 -05:00
parent 46c3141542
commit c4de9207c0
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 34 additions and 0 deletions

View file

@ -104,11 +104,14 @@ with final.pkgs.lib; let
jdt-language-server # java ls
nixd # nix LSP
rust-analyzer # rust LSP
vscode-langservers-extracted # various web dev lsps from vscode
typescript-language-server # css lsp thing
# autoformatters
alejandra # amazing nix autoformatter
stylua # lua formatter
rustfmt # rust formatter
prettierd # typescript/javascript formatter
# google-java-format # java formatter based off google guidelines
# misc