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