Skip to content

Commit

Permalink
more noice stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
abzcoding committed Oct 30, 2022
1 parent dcc5888 commit 57b2433
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/user/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ M.config = function()
format_done = {},
},
hover = { enabled = true },
signature = { enabled = false, auto_open = false },
signature = { enabled = false, auto_open = { enabled = false } },
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
},
},
cmdline = {
format = {
Expand Down

1 comment on commit 57b2433

@Uzaaft
Copy link
Contributor

@Uzaaft Uzaaft commented on 57b2433 Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.