enable ui2
This commit is contained in:
parent
a48c672e25
commit
ae9aa49359
1 changed files with 2 additions and 0 deletions
|
|
@ -47,3 +47,5 @@ vim.diagnostic.config({
|
||||||
update_in_insert = false, -- update diagnostics in insert mod
|
update_in_insert = false, -- update diagnostics in insert mod
|
||||||
severity_sort = true, -- sort diagnostics by severity
|
severity_sort = true, -- sort diagnostics by severity
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require('vim._core.ui2').enable({})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue