Discard changes to lua/lazyvim/plugins/extras/lang/typescript.lua

This commit is contained in:
Rubin Bhandari 2024-05-30 11:35:21 +05:45 committed by GitHub
parent 7d32aaca6b
commit da68c6cb12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,11 +31,6 @@ return {
if type(opts.ensure_installed) == "table" then
vim.list_extend(opts.ensure_installed, { "typescript", "tsx" })
end
vim.filetype.add({
extension = {
tsbuildinfo = "json",
},
})
end,
},