Updated noice nvim

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-20 11:41:15 +01:00
parent be041b6a7e
commit b32e2e60dc

View File

@@ -9,6 +9,46 @@ return {
local noice = require("noice")
noice.setup({
views = {
cmdline_popup = {
position = {
row = 5,
col = "50%",
},
size = {
width = 60,
height = "auto",
},
},
popupmenu = {
relative = "editor",
position = {
row = 8,
col = "50%",
},
size = {
width = 60,
height = 10,
},
border = {
style = "rounded",
padding = { 0, 1 },
},
win_options = {
winhighlight = { Normal = "Normal", FloatBorder = "DiagnosticInfo" },
},
},
},
routes = {
{
filter = {
event = "msg_show",
kind = "",
find = "written",
},
opts = { skip = true },
},
},
lsp = {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,