neovim add typst lsp
This commit is contained in:
@@ -45,6 +45,10 @@
|
|||||||
"filetypes" = [ "nix" ];
|
"filetypes" = [ "nix" ];
|
||||||
"rootPatterns" = [ "flake.nix" ];
|
"rootPatterns" = [ "flake.nix" ];
|
||||||
};
|
};
|
||||||
|
"typst" = {
|
||||||
|
"command" = "${pkgs.typst-lsp}/bin/typst-lsp";
|
||||||
|
"filetypes" = [ "typ" "typst" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
"svelte.enable-ts-plugin" = true;
|
"svelte.enable-ts-plugin" = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user