diff --git a/programs/neovim.nix b/programs/neovim.nix index 3045a3c..02691be 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix @@ -45,6 +45,10 @@ "filetypes" = [ "nix" ]; "rootPatterns" = [ "flake.nix" ]; }; + "typst" = { + "command" = "${pkgs.typst-lsp}/bin/typst-lsp"; + "filetypes" = [ "typ" "typst" ]; + }; }; "svelte.enable-ts-plugin" = true; };