fix vue lint
This commit is contained in:
@@ -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
|
||||
-- ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user