🐛 fix(nvim): import typescript-extended in svelte, astro and vue extras
This commit is contained in:
parent
099622698c
commit
d43a8adfca
3 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue