From 2293d02ad2908922aa207e9bd25045752eb48f4b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 28 Mar 2022 09:47:54 -0500 Subject: [PATCH] ts --- common/neovim/lua/lsp.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/neovim/lua/lsp.lua b/common/neovim/lua/lsp.lua index 1c92abe..85f51a6 100644 --- a/common/neovim/lua/lsp.lua +++ b/common/neovim/lua/lsp.lua @@ -53,7 +53,12 @@ local lsp_configs = { }, vimls = {}, rust_analyzer = {}, - denols = {} + tsserver = { + + }, + denols = { + root_dir = lsp.util.root_pattern("deno.json"), + }, } for server, config in pairs(lsp_configs) do