Skip to content

Commit

Permalink
fix: nvim: use typst-lsp from stable
Browse files Browse the repository at this point in the history
Avoids broken package due to Rust 1.80.

See NixOS/nixpkgs#335263
  • Loading branch information
diogotcorreia committed Aug 22, 2024
1 parent 35fa0a8 commit 33dc295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editors/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
nodePackages.typescript-language-server # JS/TS LSP
nodePackages.vscode-html-languageserver-bin # HTML LSP
nil # Nix LSP
unstable.typst-lsp # Typst LSP
typst-lsp # Typst LSP
];
in {
options.modules.editors.neovim.enable = mkEnableOption "neovim";
Expand Down

0 comments on commit 33dc295

Please sign in to comment.