From 3e267dbf54f58826b13113133ef91fcf1c336eb0 Mon Sep 17 00:00:00 2001 From: Hilmar Wiegand Date: Wed, 3 Apr 2024 07:39:59 +0200 Subject: feat: add tsp-server support (#3093) --- lua/lspconfig/server_configurations/tsp_server.lua | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lua/lspconfig/server_configurations/tsp_server.lua (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/tsp_server.lua b/lua/lspconfig/server_configurations/tsp_server.lua new file mode 100644 index 00000000..3cb7e420 --- /dev/null +++ b/lua/lspconfig/server_configurations/tsp_server.lua @@ -0,0 +1,24 @@ +local util = require 'lspconfig.util' + +return { + default_config = { + cmd = { 'tsp-server', '--stdio' }, + filetypes = { 'typespec' }, + root_dir = util.root_pattern('tspconfig.yaml', '.git'), + }, + docs = { + description = [[ +https://github.com/microsoft/typespec + +The language server for TypeSpec, a language for defining cloud service APIs and shapes. + +`tsp-server` can be installed together with the typespec compiler via `npm`: +```sh +npm install -g @typespec/compiler +``` +]], + default_config = { + root_dir = [[util.root_pattern("tspconfig.yaml", ".git")]], + }, + }, +} -- cgit v1.2.3-70-g09d2