Skip to content

Commit 9f56657

Browse files
committed
refactor(options): update extui import path per neovim/neovim@bf68ba4
neovim/neovim@bf68ba4
1 parent fe0a7a0 commit 9f56657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/config/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vim.diagnostic.config({
2828
})
2929

3030
if vim.fn.has('nvim-0.12') == 1 and not vim.g.vscode then
31-
require('vim._extui').enable({})
31+
require('vim._core.ui2').enable({})
3232
end
3333

3434
vim.opt.maxsearchcount = 9999

0 commit comments

Comments
 (0)