add proper angular support

This commit is contained in:
Zoty 2026-04-13 16:55:07 -03:00
parent ae9aa49359
commit 33a5bd4b2a
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
3 changed files with 14 additions and 3 deletions

View file

@ -47,5 +47,3 @@ vim.diagnostic.config({
update_in_insert = false, -- update diagnostics in insert mod
severity_sort = true, -- sort diagnostics by severity
})
require('vim._core.ui2').enable({})