Skip to content

Commit

Permalink
feat(nixvim): lsp switch to tinymist
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandrini committed Jan 20, 2025
1 parent ffcddd4 commit 9ce635e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake-parts/modules/nixvim/plugins/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ in
sqls.enable = _ true; # sqls for SQL
terraformls.enable = _ true; # terraformls for Terraform
ts_ls.enable = true;
typst_lsp.enable = _ true; # typst-lsp for the Typst language
# typst_lsp.enable = _ true; # typst-lsp for the Typst language
tinymist.enable = _ true; # tinymist for typst
texlab.enable = _ true; # texlab for LaTeX
vuels.enable = _ true; # vuels for Vue
vuels.package = _ pkgs.nodePackages_latest.vls;
Expand Down

0 comments on commit 9ce635e

Please sign in to comment.