mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Discard changes to lua/lazyvim/plugins/extras/lang/typescript.lua
This commit is contained in:
parent
7d32aaca6b
commit
da68c6cb12
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue