1
0

plugin/noice: Disable notifications

This commit is contained in:
Patrick Auernig 2024-12-06 14:26:15 +01:00
parent 8168c4bf04
commit 587c68e0fd

View File

@ -5,6 +5,10 @@ local spec = {
spec.event = "VeryLazy" spec.event = "VeryLazy"
spec.opts = { spec.opts = {
notify = {
-- keep this disabled until I find a solution to make it less obnoxious
enabled = false
},
lsp = { lsp = {
override = { override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true, ["vim.lsp.util.convert_input_to_markdown_lines"] = true,