🐛 fix(nvim): import typescript-extended in svelte, astro and vue extras

This commit is contained in:
Sergio Laín 2024-06-05 00:28:23 +02:00
parent 099622698c
commit d43a8adfca
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ local inlay_hints_settings = {
return {
{ import = "lazyvim.plugins.extras.lang.astro" },
{ import = "plugins.extras.lang.web.typescript-extended" },
{
"neovim/nvim-lspconfig",
opts = {

View file

@ -9,6 +9,7 @@ local inlay_hints_settings = {
return {
{ import = "lazyvim.plugins.extras.lang.svelte" },
{ import = "plugins.extras.lang.web.typescript-extended" },
{
"neovim/nvim-lspconfig",
opts = {

View file

@ -9,6 +9,7 @@ local inlay_hints_settings = {
return {
{ import = "lazyvim.plugins.extras.lang.vue" },
{ import = "plugins.extras.lang.web.typescript-extended" },
{
"neovim/nvim-lspconfig",
opts = {