fix(typescript): add back comment and Lua annotations

This commit is contained in:
Iordanis Petkakis 2023-12-25 23:48:48 +02:00
parent 2cc9967713
commit 629bdd64ec

View file

@ -14,7 +14,10 @@ return {
{
"neovim/nvim-lspconfig",
opts = {
-- make sure mason installs the server
servers = {
---@type lspconfig.options.tsserver
---@diagnostic disable-next-line: missing-fields
tsserver = {
keys = {
{