fix vue lint

This commit is contained in:
Mathias Schneider
2026-08-20 08:10:49 +02:00
parent a2559ce0ca
commit 49f03bd7e1
2 changed files with 27 additions and 11 deletions
+3
View File
@@ -64,6 +64,9 @@ vim.diagnostic.config({
float = { border = "rounded" },
})
-- Vue: semantic-token highlight for custom components
vim.api.nvim_set_hl(0, "@lsp.type.component", { link = "@type" })
-- ============================================================================
-- STEP 5: GLOBAL KEYMAPS
-- ============================================================================