From a6d7c0ddc580634742667c5d08d19b8cb6414ef1 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Sun, 15 Jan 2023 17:36:12 +0800 Subject: [PATCH] add tsserver Signed-off-by: Lee Tang --- nvim/lua/config/lsp-setup.lua | 1 + ssh/config | 1 + 2 files changed, 2 insertions(+) diff --git a/nvim/lua/config/lsp-setup.lua b/nvim/lua/config/lsp-setup.lua index 60017bd..221061d 100644 --- a/nvim/lua/config/lsp-setup.lua +++ b/nvim/lua/config/lsp-setup.lua @@ -28,6 +28,7 @@ local servers = { }, }, eslint = {}, + tsserver = {}, jsonls = {}, clangd = {}, gopls = { diff --git a/ssh/config b/ssh/config index 38b6dde..8c0a9f3 100644 --- a/ssh/config +++ b/ssh/config @@ -1,6 +1,7 @@ Host * IdentityAgent "~/.1password/agent.sock" ServerAliveInterval 60 + TCPKeepAlive yes Host github.com Hostname ssh.github.com