From ae9aa49359d75eb11295f74728a5b4842f71bb1c Mon Sep 17 00:00:00 2001 From: Zoty Date: Mon, 13 Apr 2026 16:27:59 -0300 Subject: [PATCH] enable ui2 --- lua/settings.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/settings.lua b/lua/settings.lua index 5945604..9fac2e3 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -47,3 +47,5 @@ vim.diagnostic.config({ update_in_insert = false, -- update diagnostics in insert mod severity_sort = true, -- sort diagnostics by severity }) + +require('vim._core.ui2').enable({})