⬆️ deps(nvim): import some extras from other extras

This commit is contained in:
Sergio Laín 2023-12-24 16:38:22 +01:00
parent 021f6170d6
commit e66d8411cf
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,7 @@
return {
{ import = "pugins.extras.lang.web.typescript-extended" },
{ import = "plugins.extras.lang.web.html" },
{ import = "plugins.extras.lang.web.css" },
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)

View file

@ -1,4 +1,5 @@
return {
{ import = "plugins.extras.lang.web.typescript-extended" },
{
"williamboman/mason.nvim",
opts = function(_, opts)

View file

@ -1,5 +1,6 @@
return {
{ import = "lazyvim.plugins.extras.lang.typescript" },
{ import = "lazyvim.plugins.extras.lang.json" },
{
"dmmulroy/tsc.nvim",
opts = {