parent
7858161a4c
commit
57bb771ca1
|
@ -353,6 +353,9 @@ local plugins = {
|
|||
"rcarriga/nvim-notify",
|
||||
},
|
||||
config = function()
|
||||
require("notify").setup {
|
||||
top_down = false,
|
||||
}
|
||||
require("noice").setup {
|
||||
lsp = {
|
||||
override = {
|
||||
|
|
Loading…
Reference in New Issue