neovim add typst lsp

This commit is contained in:
Sebastian Moser
2024-11-12 21:06:11 +01:00
parent 162e1590b3
commit 1a9b1c81fd

View File

@@ -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;
};