⬆️ deps(nvim): import some extras from other extras
This commit is contained in:
parent
021f6170d6
commit
e66d8411cf
3 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{ import = "plugins.extras.lang.web.typescript-extended" },
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{
|
||||
"dmmulroy/tsc.nvim",
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue