plugin/noice: Disable notifications
This commit is contained in:
parent
8168c4bf04
commit
587c68e0fd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user