mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(typescript): add back comment and Lua annotations
This commit is contained in:
parent
2cc9967713
commit
629bdd64ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue