shell.nix: replace rnix-lsp with nil as the language server

This commit is contained in:
Gabriel Arazas 2023-09-13 17:34:54 +08:00
parent 8b6e56fd71
commit 2fd534c88e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -17,7 +17,7 @@ pkgs.mkShell {
# Language servers for various parts of the config that uses a language.
lua-language-server
pyright
rnix-lsp
nil
terraform-ls
# Formatters...