From 8b51187ff81ee4d8e2a4e1d58468c05fd253729a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 11 Jun 2024 11:48:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20deno=20?= =?UTF-8?q?spec=20on=20typescript-extended=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lua/plugins/extras/lang/web/typescript-extended.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua index 11542bed..94437b66 100644 --- a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua @@ -3,11 +3,6 @@ return { { import = "plugins.extras.lang.json-extended" }, { "williamboman/mason.nvim", - opts = { - ensure_installed = { - "deno", - }, - }, }, { "neovim/nvim-lspconfig", @@ -26,7 +21,6 @@ return { }, }, }, - denols = {}, }, }, },