-- Author : swytch -- Created : Sunday Feb. 19, 2023 17:12:35 CET -- License : GPLv3 -- Description : neovim lsp config file for tsserver local M = {} M.setup = function(opts) end return M