41 lines
1.1 KiB
Lua
41 lines
1.1 KiB
Lua
return {
|
|
"https://github.com/folke/noice.nvim",
|
|
dependencies = { "https://github.com/MunifTanjim/nui.nvim" },
|
|
event = "VeryLazy",
|
|
opts = {
|
|
messages = { enabled = false },
|
|
views = {
|
|
history = {
|
|
{ event = "lsp", kind = "" },
|
|
},
|
|
cmdline_popup = {
|
|
backend = "popup",
|
|
relative = "editor",
|
|
position = {
|
|
row = -1,
|
|
col = "0%"
|
|
},
|
|
border = { style = "none" }
|
|
},
|
|
cmdline_popupmenu = {
|
|
relative = "editor",
|
|
position = {
|
|
row = -2,
|
|
col = "0%"
|
|
}
|
|
},
|
|
mini = {
|
|
border = { style = "rounded" },
|
|
position = {
|
|
row = -2,
|
|
col = "100%",
|
|
},
|
|
size = {
|
|
max_width = 50,
|
|
max_height = 4,
|
|
},
|
|
}
|
|
}
|
|
}
|
|
}
|