BIG NEOVIM CHANGES
This commit is contained in:
10
home/extra/neovim/nvim/lua/plugins/notify.lua
Normal file
10
home/extra/neovim/nvim/lua/plugins/notify.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
lazy = true,
|
||||
opts = {
|
||||
render = "compact",
|
||||
background_colour = "#000000",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user