More updates to language servers for automatic install in emacs.nix

This commit is contained in:
Random936
2024-07-19 22:16:31 -07:00
parent fe957f682c
commit 27e2173690
2 changed files with 12 additions and 2 deletions

View File

@@ -14,10 +14,13 @@
fira-code-symbols
# LSP Servers
nil
ccls
rust-analyzer
yaml-language-server
python311Packages.python-lsp-server
python3Packages.python-lsp-server
nodePackages.typescript-language-server
nodePackages.vscode-json-languageserver
];
programs.emacs = {