Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions lua/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,28 +145,4 @@ end

M.rand_colorscheme()

-- enable the experiment UI
require("vim._core.ui2").enable {
enable = true,
msg = { -- Options related to the message module.
targets = {
[""] = "cmd",
empty = "msg",
},
cmd = { -- Options related to messages in the cmdline window.
height = 0.2, -- Maximum height while expanded for messages beyond 'cmdheight'.
},
dialog = { -- Options related to dialog window.
height = 0.2, -- Maximum height.
},
msg = { -- Options related to msg window.
height = 0.2, -- Maximum height.
timeout = 1000, -- Time a message is visible in the message window.
},
pager = { -- Options related to message window.
height = 0.3, -- Maximum height.
},
},
}

return M
Loading