first commit
This commit is contained in:
16
nvim/lua/kickstart/plugins/notify.lua
Normal file
16
nvim/lua/kickstart/plugins/notify.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
config = function()
|
||||
require("notify").setup({
|
||||
-- other stuff
|
||||
background_colour = "#000000",
|
||||
max_width = "60",
|
||||
render = "minimal",
|
||||
timeout = 2000,
|
||||
top_down = false,
|
||||
fps = 1,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user