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